From: Marcin Juszkiewicz Date: Tue, 30 Oct 2007 21:46:14 +0000 (+0000) Subject: gypsy: make it build by telling that we are Debian X-Git-Tag: 2011-1~10375 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8814b8a987f12bef3978b0a5d6db00d2ef089802;p=openembedded-core.git gypsy: make it build by telling that we are Debian git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3046 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta-extras/packages/gypsy/gypsy.inc b/meta-extras/packages/gypsy/gypsy.inc index 5d1ff142b5..176c50c46a 100644 --- a/meta-extras/packages/gypsy/gypsy.inc +++ b/meta-extras/packages/gypsy/gypsy.inc @@ -5,8 +5,10 @@ DEPENDS = "glib-2.0 dbus bluez-libs" inherit autotools pkgconfig +EXTRA_OECONF += "--with-distro=debian" + do_configure_prepend () { touch ${S}/gtk-doc.make } -FILES_${PN} += "/usr/share/dbus-1/services/" \ No newline at end of file +FILES_${PN} += "/usr/share/dbus-1/services/"