diff options
author | Trevor Woerner <trevor.woerner@linaro.org> | 2014-04-05 05:03:07 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 13:42:06 +0200 |
commit | 928fff06cc229b55f2caa51aff0a80361b338eec (patch) | |
tree | 4e07f93614dd32377e772d8179d8d2de6a750b5a /meta-xfce | |
parent | 445c72437e3d876c10ae8df97cf06d5e342134cc (diff) | |
download | meta-openembedded-contrib-928fff06cc229b55f2caa51aff0a80361b338eec.tar.gz |
xfconf: remove unrecognized configure option
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>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-xfce/xfconf/xfconf_4.10.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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 aa6ad2c0d85..bb8c33709f4 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" |