diff options
author | Tom King <ka6sox@gmail.com> | 2014-08-18 13:26:45 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-21 21:35:06 +0200 |
commit | 03dea919fe5f9a94eb03e5553c166915bf6573d6 (patch) | |
tree | 1fee0670d25eb653d2d07de5c411e90b42b7bf8f | |
parent | f91fbf1bdafdde7bcdc6faef70141318a3d1272e (diff) | |
download | meta-openembedded-03dea919fe5f9a94eb03e5553c166915bf6573d6.tar.gz |
gypsy: fix QA issue by removing EXTRA_OECONF
Addresses QA issue in:
http://lists.openembedded.org/pipermail/openembedded-core/2014-August/095778.html
gypsy-0.9: gypsy: configure was passed unrecognised options: --with-distro [unknown-configure-option]
Signed-off-by: Tom King <ka6sox@gmail.com>
Signed-off-by: Ron Lockwood-Childs <rchilds@vctlabs.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-navigation/gypsy/gypsy.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-navigation/gypsy/gypsy.inc b/meta-oe/recipes-navigation/gypsy/gypsy.inc index 747b61d23b..7c93d0a193 100644 --- a/meta-oe/recipes-navigation/gypsy/gypsy.inc +++ b/meta-oe/recipes-navigation/gypsy/gypsy.inc | |||
@@ -11,8 +11,6 @@ DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt-native libxslt" | |||
11 | inherit autotools pkgconfig gtk-doc | 11 | inherit autotools pkgconfig gtk-doc |
12 | PACKAGES += "libgypsy" | 12 | PACKAGES += "libgypsy" |
13 | 13 | ||
14 | EXTRA_OECONF += "--with-distro=debian" | ||
15 | |||
16 | FILES_${PN} = " \ | 14 | FILES_${PN} = " \ |
17 | ${sysconfdir}/gypsy.conf \ | 15 | ${sysconfdir}/gypsy.conf \ |
18 | ${sysconfdir}/dbus-1 \ | 16 | ${sysconfdir}/dbus-1 \ |