diff options
author | Ross Burton <ross@openedhand.com> | 2007-08-02 08:39:07 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-08-02 08:39:07 +0000 |
commit | 42e85c03515922f2346bea91df10a7b4e4f02b66 (patch) | |
tree | ede750e00fe872aedf882f788c7298a42bd6327f /meta/packages/gnome | |
parent | 8c86252d2cb8316554275e8a2017b6c6f95a31c4 (diff) | |
download | poky-42e85c03515922f2346bea91df10a7b4e4f02b66.tar.gz |
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
Diffstat (limited to 'meta/packages/gnome')
-rw-r--r-- | meta/packages/gnome/gconf-dbus_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gnome/gconf-dbus_svn.bb b/meta/packages/gnome/gconf-dbus_svn.bb index f656ad60b6..18476faca6 100644 --- a/meta/packages/gnome/gconf-dbus_svn.bb +++ b/meta/packages/gnome/gconf-dbus_svn.bb | |||
@@ -7,7 +7,7 @@ RPROVIDES_${PN} = "gconf" | |||
7 | RPROVIDES_${PN}-dev = "gconf-dev" | 7 | RPROVIDES_${PN}-dev = "gconf-dev" |
8 | 8 | ||
9 | PV = "2.16.0+svn${SRCDATE}" | 9 | PV = "2.16.0+svn${SRCDATE}" |
10 | PR = "r1" | 10 | PR = "r2" |
11 | 11 | ||
12 | SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http \ | 12 | SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http \ |
13 | file://69gconfd-dbus" | 13 | file://69gconfd-dbus" |
@@ -25,7 +25,7 @@ EXTRA_OECONF = " --with-ipc=dbus --disable-gtk-doc --disable-gtk --enable-shared | |||
25 | 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" | 25 | 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" |
26 | 26 | ||
27 | do_configure_prepend() { | 27 | do_configure_prepend() { |
28 | gtkdocize --copy | 28 | touch gtk-doc.make |
29 | } | 29 | } |
30 | 30 | ||
31 | do_stage() { | 31 | do_stage() { |