[oe-commits] Tom King : gypsy: fix QA issue by removing EXTRA_OECONF

git at git.openembedded.org git at git.openembedded.org
Thu Aug 21 19:35:31 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 03dea919fe5f9a94eb03e5553c166915bf6573d6
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=03dea919fe5f9a94eb03e5553c166915bf6573d6

Author: Tom King <ka6sox at gmail.com>
Date:   Mon Aug 18 13:26:45 2014 -0700

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 at gmail.com>
Signed-off-by: Ron Lockwood-Childs <rchilds at vctlabs.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-navigation/gypsy/gypsy.inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-oe/recipes-navigation/gypsy/gypsy.inc b/meta-oe/recipes-navigation/gypsy/gypsy.inc
index 747b61d..7c93d0a 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"
 inherit autotools pkgconfig gtk-doc
 PACKAGES += "libgypsy"
 
-EXTRA_OECONF += "--with-distro=debian"
-
 FILES_${PN} = " \
   ${sysconfdir}/gypsy.conf \
   ${sysconfdir}/dbus-1 \



More information about the Openembedded-commits mailing list