diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb | 4 | ||||
| -rw-r--r-- | meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb b/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb index c2157df0cb..9b025128bf 100644 --- a/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb +++ b/meta-gnome/recipes-gnome/libgdata/libgdata_0.16.1.bb | |||
| @@ -15,6 +15,10 @@ do_configure_prepend_class-target () { | |||
| 15 | # introspection.m4 pre-packaged with upstream tarballs does not yet | 15 | # introspection.m4 pre-packaged with upstream tarballs does not yet |
| 16 | # have our fixes | 16 | # have our fixes |
| 17 | rm -f ${S}/introspection.m4 | 17 | rm -f ${S}/introspection.m4 |
| 18 | |||
| 19 | # remove the pre-built gtk-doc files, as they're installed (or attempted to be installed) | ||
| 20 | # even if gtk-doc is explicitly disabled | ||
| 21 | rm -rf ${S}/docs/reference/html | ||
| 18 | } | 22 | } |
| 19 | 23 | ||
| 20 | do_compile_prepend() { | 24 | do_compile_prepend() { |
diff --git a/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb b/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb index 9133cccb11..49ed07ad97 100644 --- a/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb +++ b/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb | |||
| @@ -25,6 +25,6 @@ LICENSE = "LGPLv2.1" | |||
| 25 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 25 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
| 26 | 26 | ||
| 27 | 27 | ||
| 28 | inherit autotools pkgconfig gobject-introspection distro_features_check | 28 | inherit autotools pkgconfig gobject-introspection distro_features_check gtk-doc |
| 29 | 29 | ||
| 30 | REQUIRED_DISTRO_FEATURES = "x11" | 30 | REQUIRED_DISTRO_FEATURES = "x11" |
