From: Chris Larson Date: Mon, 17 Jan 2011 18:36:27 +0000 (-0700) Subject: pciutils: install binaries in bindir X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f8634120c229def3504a61103aadae7af6d40ee;p=openembedded.git 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 --- diff --git a/recipes/pciutils/pciutils_3.1.2.bb b/recipes/pciutils/pciutils_3.1.2.bb index 79942650fd..4a4ba6d42e 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}"