From 2f8634120c229def3504a61103aadae7af6d40ee Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 17 Jan 2011 11:36:27 -0700 Subject: [PATCH] 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 --- recipes/pciutils/pciutils_3.1.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}" -- 2.39.5