pciutils: install binaries in bindir
authorChris Larson <chris_larson@mentor.com>
Mon, 17 Jan 2011 18:36:27 +0000 (11:36 -0700)
committerChris Larson <chris_larson@mentor.com>
Mon, 17 Jan 2011 18:37:36 +0000 (11:37 -0700)
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@mentor.com>
recipes/pciutils/pciutils_3.1.2.bb

index 7994265..4a4ba6d 100644 (file)
@@ -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}"