From a0745234e78d9161d407f2157dc494fed4487d42 Mon Sep 17 00:00:00 2001 From: Chunrong Guo Date: Fri, 28 Mar 2014 08:47:05 +0000 Subject: coreutils: fix search paths for libstdbuf.so *fix the following error: |stdbuf: failed to find 'libstdbuf.so' *PKGLIBEXECDIR is the search paths for libstdbuf.so |PKGLIBEXECDIR='$(pkglibexecdir)' |pkglibexecdir='${libexecdir}/${PACKAGE}' Signed-off-by: Chunrong Guo Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-core/coreutils/coreutils_8.22.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta/recipes-core/coreutils') diff --git a/meta/recipes-core/coreutils/coreutils_8.22.bb b/meta/recipes-core/coreutils/coreutils_8.22.bb index a26aa02e2e..ba3a0a0228 100644 --- a/meta/recipes-core/coreutils/coreutils_8.22.bb +++ b/meta/recipes-core/coreutils/coreutils_8.22.bb @@ -22,7 +22,7 @@ SRC_URI[md5sum] = "8fb0ae2267aa6e728958adc38f8163a2" SRC_URI[sha256sum] = "5b3e94998152c017e6c75d56b9b994188eb71bf46d4038a642cb9141f6ff1212" EXTRA_OECONF_class-native = "--without-gmp" -EXTRA_OECONF_class-target = "--enable-install-program=arch" +EXTRA_OECONF_class-target = "--enable-install-program=arch --libexecdir=${libdir}" # acl is not a default feature # @@ -71,8 +71,6 @@ do_install_append() { # in update-alternatives to fail, therefore use lbracket - the name used # for the actual source file. mv ${D}${bindir}/[ ${D}${bindir}/lbracket.${BPN} - install -d ${D}${libdir}/coreutils - mv ${D}${libexecdir}/coreutils/libstdbuf.so ${D}${libdir}/coreutils } inherit update-alternatives -- cgit 1.2.3-korg