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/recipes-xfce/xfconf | |
| parent | 445c72437e3d876c10ae8df97cf06d5e342134cc (diff) | |
| download | meta-openembedded-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/recipes-xfce/xfconf')
| -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 aa6ad2c0d8..bb8c33709f 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" | |||
| 7 | inherit xfce | 7 | inherit xfce |
| 8 | 8 | ||
| 9 | EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl" | 9 | EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl" |
| 10 | EXTRA_OECONF += "--with-sysroot=yes" | ||
| 11 | 10 | ||
| 12 | SRC_URI += "file://0001-Simplify-checks.patch" | 11 | SRC_URI += "file://0001-Simplify-checks.patch" |
| 13 | SRC_URI[md5sum] = "4ed48150a03fb5f42b455494307b7f28" | 12 | SRC_URI[md5sum] = "4ed48150a03fb5f42b455494307b7f28" |
