[oe] [meta-oe][PATCH] packagekit: Change recipe to use native mkdir

Martin Jansa martin.jansa at gmail.com
Mon Jan 5 12:06:30 UTC 2015


On Thu, Dec 18, 2014 at 10:21:00AM -0600, Bill Pittman wrote:
> 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.

If you care about packagekit, can you please also check this QA issue?

packagekit-0.5.6: packagekit requires /bin/bash, but no providers in its
RDEPENDS [file-rdeps]

> 
> Signed-off-by: Bill Pittman <bill.pittman at ni.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
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20150105/63799840/attachment-0002.sig>


More information about the Openembedded-devel mailing list