]> code.ossystems Code Review - openembedded-core.git/commitdiff
gypsy: make it build by telling that we are Debian
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 30 Oct 2007 21:46:14 +0000 (21:46 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 30 Oct 2007 21:46:14 +0000 (21:46 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3046 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta-extras/packages/gypsy/gypsy.inc

index 5d1ff142b529adc114764f67bdb56976e7046e9b..176c50c46aa798ce5d9030f015eaa4560372be44 100644 (file)
@@ -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/"