diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-30 21:46:14 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-30 21:46:14 +0000 |
commit | 8814b8a987f12bef3978b0a5d6db00d2ef089802 (patch) | |
tree | 012ef1d5969350540056b6a3b798d1cdeeb8eb2b /meta-extras | |
parent | de6377f64d3d6d450bd0932b2ff22d7c8b0e14f4 (diff) | |
download | poky-8814b8a987f12bef3978b0a5d6db00d2ef089802.tar.gz |
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
Diffstat (limited to 'meta-extras')
-rw-r--r-- | meta-extras/packages/gypsy/gypsy.inc | 4 |
1 files changed, 3 insertions, 1 deletions
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" | |||
5 | 5 | ||
6 | inherit autotools pkgconfig | 6 | inherit autotools pkgconfig |
7 | 7 | ||
8 | EXTRA_OECONF += "--with-distro=debian" | ||
9 | |||
8 | do_configure_prepend () { | 10 | do_configure_prepend () { |
9 | touch ${S}/gtk-doc.make | 11 | touch ${S}/gtk-doc.make |
10 | } | 12 | } |
11 | 13 | ||
12 | FILES_${PN} += "/usr/share/dbus-1/services/" \ No newline at end of file | 14 | FILES_${PN} += "/usr/share/dbus-1/services/" |