From: Trevor Woerner <trevor.woerner@linaro.org>
To: openembedded-devel@lists.openembedded.org
Cc: Ulf Samuelsson <ulf@emagii.com>
Subject: Re: [PATCH] xfconfig: use sysroot and target perl
Date: Sun, 30 Mar 2014 16:51:12 -0400 [thread overview]
Message-ID: <533883C0.3000508@linaro.org> (raw)
In-Reply-To: <1386455381-40913-1-git-send-email-ulf@emagii.com>
On 12/07/13 17:29, Ulf Samuelsson wrote:
> xfconf-4.10.0 does not use OE sysroot as is.
> --with-sysroot=yes
> will make configure run CC --print-sysroot
> and use that.
>
> Signed-off-by: Ulf Samuelsson <ulf@emagii.com>
> ---
> meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb
> index 4ea2b88..6d5bf57 100644
> --- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb
> +++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb
> @@ -2,10 +2,14 @@ DESCRIPTION = "Xfce configuration daemon and utilities"
> SECTION = "x11/wm"
> LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
> -DEPENDS = "dbus-glib libxfce4util perl-native"
> +DEPENDS = "dbus-glib libxfce4util perl"
> +PR="r1"
>
> inherit xfce
>
> +EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl"
> +EXTRA_OECONF += "--with-sysroot=yes"
> +
> SRC_URI += "file://0001-Simplify-checks.patch"
> SRC_URI[md5sum] = "4ed48150a03fb5f42b455494307b7f28"
> SRC_URI[sha256sum] = "175219a441cc7d0f210bbd1a3b0abba41598627cd9db27235811400c3e100576"
This patch is causing the build to emit a QA warning:
xfconf-4.10.0: xfconf: configure was passed unrecognised options: --with-sysroot
Is this really the right option to supply for what you're trying to do?
http://logs.nslu2-linux.org/buildlogs/oe/oe-shr-core-branches/log.world.20140329_001343.log/qa.log
On my machine this package builds with this option (--with-sysroot)
removed, but I realize that testing on one machine is probably not
sufficient.
prev parent reply other threads:[~2014-03-30 20:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-07 22:29 [PATCH] xfconfig: use sysroot and target perl Ulf Samuelsson
2013-12-08 9:54 ` Ash Charles
2013-12-08 10:34 ` Koen Kooi
2014-03-30 20:51 ` Trevor Woerner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=533883C0.3000508@linaro.org \
--to=trevor.woerner@linaro.org \
--cc=openembedded-devel@lists.openembedded.org \
--cc=ulf@emagii.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.