From 8814b8a987f12bef3978b0a5d6db00d2ef089802 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 30 Oct 2007 21:46:14 +0000 Subject: 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 --- meta-extras/packages/gypsy/gypsy.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-extras') 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/" -- cgit v1.2.3-54-g00ecf