packagekit: Disable generation of the docbook
authorHolger Hans Peter Freyther <zecke@openmoko.org>
Tue, 22 Jul 2008 17:58:47 +0000 (19:58 +0200)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Wed, 29 Oct 2008 12:26:02 +0000 (13:26 +0100)
    Say xmlto is missing to disable generation of the docbook information. On
    some hosts xmlto and other utilities are installed on some are not, xmlto
    and xmllint can require network access during the build which is not
    guranteed in some setups. I think it is fine to not generate the documentation

packages/packagekit/packagekit_git.bb

index 5b672c5..f78cc26 100644 (file)
@@ -5,7 +5,7 @@ LICENSE = "GPL"
 DEPENDS = "dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native (>= 0.37.1)"
 RDEPENDS_${PN} = "opkg"
 PV = "0.2.3+gitr${SRCREV}"
-PR = "r13"
+PR = "r14"
 
 SRC_URI = "git://anongit.freedesktop.org/git/packagekit;protocol=git \
            file://disable-docbook2man.patch;patch=1 \
@@ -18,7 +18,12 @@ S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig
 
-EXTRA_OECONF = "--with-security-framework=dummy --with-default-backend=opkg --enable-opkg"
+EXTRA_OECONF = "--with-security-framework=dummy \
+                --with-default-backend=opkg \
+                --enable-opkg \
+                ac_cv_path_XMLTO=no \
+                "
+
 
 do_configure_prepend() {
         echo "EXTRA_DIST=" > gtk-doc.make