summaryrefslogtreecommitdiffstats
path: root/meta-extras
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-10-30 21:46:14 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-10-30 21:46:14 +0000
commit8814b8a987f12bef3978b0a5d6db00d2ef089802 (patch)
tree012ef1d5969350540056b6a3b798d1cdeeb8eb2b /meta-extras
parentde6377f64d3d6d450bd0932b2ff22d7c8b0e14f4 (diff)
downloadpoky-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.inc4
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
6inherit autotools pkgconfig 6inherit autotools pkgconfig
7 7
8EXTRA_OECONF += "--with-distro=debian"
9
8do_configure_prepend () { 10do_configure_prepend () {
9 touch ${S}/gtk-doc.make 11 touch ${S}/gtk-doc.make
10} 12}
11 13
12FILES_${PN} += "/usr/share/dbus-1/services/" \ No newline at end of file 14FILES_${PN} += "/usr/share/dbus-1/services/"