mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
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@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
3827f6a87e
commit
1bed3fb3eb
@@ -41,7 +41,6 @@ EXTRA_OECONF = "--with-security-framework=dummy \
|
|||||||
do_configure_append() {
|
do_configure_append() {
|
||||||
for i in $(find . -name Makefile) ; do
|
for i in $(find . -name Makefile) ; do
|
||||||
sed -i -e s:${STAGING_DIR_NATIVE}::g \
|
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 \
|
-e s:/usr/bin/intltool-merge:${STAGING_BINDIR_NATIVE}/intltool-merge:g \
|
||||||
$i
|
$i
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user