]> code.ossystems Code Review - openembedded-core.git/commitdiff
gypsy: inherit gtk-doc
authorRoss Burton <ross.burton@intel.com>
Thu, 19 Jul 2012 14:15:09 +0000 (15:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Jul 2012 13:27:41 +0000 (14:27 +0100)
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/gypsy/gypsy.inc
meta/recipes-connectivity/gypsy/gypsy_0.8.bb
meta/recipes-connectivity/gypsy/gypsy_git.bb

index 11a72046fe0d021ca9351062c0269043491d2611..0c1735e1b4934bbf12158113326e34f6c02e9dff 100644 (file)
@@ -8,12 +8,8 @@ LICENSE = "GPLv2.0 & LGPLv2.1"
 SECTION = "x11"
 DEPENDS = "glib-2.0 dbus bluez4 dbus-glib"
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig gtk-doc
 
 EXTRA_OECONF += "--with-distro=debian"
 
-do_configure_prepend () {
-       touch ${S}/gtk-doc.make
-}
-
 FILES_${PN} += "/usr/share/dbus-1/services/"
index 59a34fa66dfb07e348eab4869431558b3d54ec6d..e7018383ea06e51f61bc1b58b31365c788eae0f5 100644 (file)
@@ -16,7 +16,7 @@ DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt"
 SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz \
            file://fix-unused-but-set-variable-warning.patch \
           "
-PR = "r2"
+PR = "r3"
 
 inherit autotools pkgconfig
 
index b123e11816a558294b201cad19adf9d5f361ba6d..495467e1468b55ccac86425a30930c2caa599718 100644 (file)
@@ -4,6 +4,8 @@ DEFAULT_PREFERENCE = "-1"
 
 SRCREV = "3652e1f37e82b8e63983e30fda3482cd099a8cf5"
 PV = "0.8+git${SRCPV}"
+PR = "r1"
+
 S = "${WORKDIR}/git"
 
 LICENSE = "GPLv2+ & LGPLv2+"