1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

Don't call gtkdocize, just tough gtk-doc.make

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2309 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-08-02 08:39:07 +00:00
parent 8c86252d2c
commit 42e85c0351
+2 -2
View File
@@ -7,7 +7,7 @@ RPROVIDES_${PN} = "gconf"
RPROVIDES_${PN}-dev = "gconf-dev"
PV = "2.16.0+svn${SRCDATE}"
PR = "r1"
PR = "r2"
SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http \
file://69gconfd-dbus"
@@ -25,7 +25,7 @@ EXTRA_OECONF = " --with-ipc=dbus --disable-gtk-doc --disable-gtk --enable-shared
HEADERS = "gconf.h gconf-changeset.h gconf-listeners.h gconf-schema.h gconf-value.h gconf-error.h gconf-engine.h gconf-client.h gconf-enum-types.h"
do_configure_prepend() {
gtkdocize --copy
touch gtk-doc.make
}
do_stage() {