gnome-doc-utils: re-enable generation of docs(because of better fix avaliable)
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Thu, 18 Feb 2010 22:32:04 +0000 (23:32 +0100)
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Thu, 25 Feb 2010 16:03:16 +0000 (17:03 +0100)
The docs generation were disabled in  5c0b720153536943fcaa10ec07db7e8b5a2a505f
  because of the same issue described in 405e0b5f60f92995fc722fc3bca9fa8ebc5f5f46
  (libxml2 : convert to new staging and fix python error in gnome-doc-utils)
But at that time 405e0b5f60f92995fc722fc3bca9fa8ebc5f5f46 was not commited yet

recipes/gnome/gnome-doc-utils_0.19.2.bb

index d1018f1..aa0aa0e 100644 (file)
@@ -1,9 +1,5 @@
 require gnome-doc-utils.inc
 
-do_configure_append() {
-       sed -i 's: doc::g' Makefile.am 
-}
-
 DEPENDS += "libxml2-native"
 
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"