[oe-commits] Chris Larson : pciutils: install binaries in bindir

git version control git at git.openembedded.org
Wed Feb 16 17:56:19 UTC 2011


Module: openembedded.git
Branch: shr/testing2011.1
Commit: 576373700ab70e6c333f51a06215befc88824d92
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=576373700ab70e6c333f51a06215befc88824d92

Author: Chris Larson <chris_larson at mentor.com>
Date:   Mon Jan 17 11:36:27 2011 -0700

pciutils: install binaries in bindir

We need to ensure that busybox and pciutils install their binaries in the same
paths, and debian also places pciutils binaries in /usr/bin.

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 recipes/pciutils/pciutils_3.1.2.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/pciutils/pciutils_3.1.2.bb b/recipes/pciutils/pciutils_3.1.2.bb
index 7994265..4a4ba6d 100644
--- a/recipes/pciutils/pciutils_3.1.2.bb
+++ b/recipes/pciutils/pciutils_3.1.2.bb
@@ -12,13 +12,13 @@ SRC_URI_append_nylon = "file://gcc-3-compatibility.patch "
 
 PARALLEL_MAKE = ""
 
-PR = "r6"
+PR = "r7"
 
 EXTRA_OEMAKE += "'STRIP = ' PREFIX=${prefix} LIBDIR=${libdir}"
 export SHARED=yes
 export DESTDIR = "${D}"
 export PREFIX = "${prefix}"
-export SBINDIR = "${sbindir}"
+export SBINDIR = "${bindir}"
 export SHAREDIR = "${datadir}"
 export MANDIR = "${mandir}"
 export IDSDIR = "${datadir}"





More information about the Openembedded-commits mailing list