[oe-commits] Bill Pittman : packagekit: Change recipe to use native mkdir

git at git.openembedded.org git at git.openembedded.org
Fri Dec 19 19:21:09 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 424771521f60b9e33ed6412bfaa215e0f5480faa
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=424771521f60b9e33ed6412bfaa215e0f5480faa

Author: Bill Pittman <bill.pittman at ni.com>
Date:   Thu Dec 18 10:21:00 2014 -0600

packagekit: Change recipe to use native mkdir

For redhat type systems, the recipe tries to use a version of mkdir from
sysroots, however mkdir does not exist and the build fails.  Ubuntu systems
work because the sed command in the recipe specifically replaces the
/usr/bin/mkdir path and ubuntu systems use /bin/mkdir.

Signed-off-by: Bill Pittman <bill.pittman at ni.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb b/meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb
index 96cc468..59b0a43 100644
--- a/meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb
+++ b/meta-oe/recipes-devtools/packagekit/packagekit_0.5.6.bb
@@ -41,7 +41,6 @@ EXTRA_OECONF = "--with-security-framework=dummy \
 do_configure_append() {
     for i in $(find . -name Makefile) ; do
         sed -i -e s:${STAGING_DIR_NATIVE}::g \
-               -e s:${bindir}/mkdir:${STAGING_BINDIR_NATIVE}/mkdir:g \
                -e s:/usr/bin/intltool-merge:${STAGING_BINDIR_NATIVE}/intltool-merge:g \
                $i
     done



More information about the Openembedded-commits mailing list