diff mbox

[meta-xfce] xfconf: remove unrecognized configure option

Message ID 1396688588-5440-1-git-send-email-trevor.woerner@linaro.org
State Accepted
Commit 928fff06cc229b55f2caa51aff0a80361b338eec
Headers show

Commit Message

Trevor Woerner April 5, 2014, 9:03 a.m. UTC
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(-)

Comments

Ash Charles April 7, 2014, 7:02 p.m. UTC | #1
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
>
Martin Jansa April 20, 2014, 11:45 a.m. UTC | #2
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
>
diff mbox

Patch

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"