* [meta-xfce][PATCH] xfconf: remove unrecognized configure option
@ 2014-04-05 9:03 Trevor Woerner
2014-04-07 19:02 ` Ash Charles
2014-04-20 11:45 ` Martin Jansa
0 siblings, 2 replies; 3+ messages in thread
From: Trevor Woerner @ 2014-04-05 9:03 UTC (permalink / raw)
To: openembedded-devel; +Cc: Ulf Samuelsson, patches
This option was causing a QA warning:
NOTE: QA Issue: xfconf: configure was passed unrecognised options: --with-sysroot
Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
---
meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb | 1 -
1 file changed, 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 aa6ad2c..bb8c337 100644
--- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb
+++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb
@@ -7,7 +7,6 @@ DEPENDS = "dbus-glib libxfce4util perl"
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"
--
1.9.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-xfce][PATCH] xfconf: remove unrecognized configure option
2014-04-05 9:03 [meta-xfce][PATCH] xfconf: remove unrecognized configure option Trevor Woerner
@ 2014-04-07 19:02 ` Ash Charles
2014-04-20 11:45 ` Martin Jansa
1 sibling, 0 replies; 3+ messages in thread
From: Ash Charles @ 2014-04-07 19:02 UTC (permalink / raw)
To: Trevor Woerner; +Cc: Ulf Samuelsson, openembedded-devel, Patch Tracking
Tested-by: Ash Charles <ashcharles@gmail.com>
On Sat, Apr 5, 2014 at 2:03 AM, Trevor Woerner
<trevor.woerner@linaro.org> wrote:
> This option was causing a QA warning:
>
> NOTE: QA Issue: xfconf: configure was passed unrecognised options: --with-sysroot
>
> Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
> ---
> meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb | 1 -
> 1 file changed, 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 aa6ad2c..bb8c337 100644
> --- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb
> +++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb
> @@ -7,7 +7,6 @@ DEPENDS = "dbus-glib libxfce4util perl"
> 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"
> --
> 1.9.0
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-xfce][PATCH] xfconf: remove unrecognized configure option
2014-04-05 9:03 [meta-xfce][PATCH] xfconf: remove unrecognized configure option Trevor Woerner
2014-04-07 19:02 ` Ash Charles
@ 2014-04-20 11:45 ` Martin Jansa
1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2014-04-20 11:45 UTC (permalink / raw)
To: Trevor Woerner; +Cc: openembedded-devel, Ulf Samuelsson, patches
[-- Attachment #1: Type: text/plain, Size: 1024 bytes --]
On Sat, Apr 05, 2014 at 05:03:07AM -0400, Trevor Woerner wrote:
> This option was causing a QA warning:
Merged, thanks!
>
> NOTE: QA Issue: xfconf: configure was passed unrecognised options: --with-sysroot
>
> Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
> ---
> meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb | 1 -
> 1 file changed, 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 aa6ad2c..bb8c337 100644
> --- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb
> +++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb
> @@ -7,7 +7,6 @@ DEPENDS = "dbus-glib libxfce4util perl"
> 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"
> --
> 1.9.0
>
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-04-20 11:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-05 9:03 [meta-xfce][PATCH] xfconf: remove unrecognized configure option Trevor Woerner
2014-04-07 19:02 ` Ash Charles
2014-04-20 11:45 ` Martin Jansa
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.