diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-21 11:04:29 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-21 13:06:13 +0200 |
commit | f6ecec16d799f83bfdf3d6d742d811cc63c1cf1e (patch) | |
tree | 2fd458f7944bf9a8755ef3d5acb3ed6d9ca9f14f /meta-oe/recipes-support | |
parent | 36d57b9234c8d940205cf83e541302ef60b755c9 (diff) | |
download | meta-openembedded-f6ecec16d799f83bfdf3d6d742d811cc63c1cf1e.tar.gz |
recipes: add missing gtk-doc class dependencies
* These recipes all use gtk-doc m4 macros but were missing
dependencies on the class.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/farsight/libnice_0.0.13.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/libcanberra/libcanberra_0.29.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-support/udisks/udisks_1.0.4.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb index 48a80e5985..2d7cff3d4a 100644 --- a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb +++ b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb | |||
@@ -16,7 +16,7 @@ DEPENDS = "glib-2.0 gstreamer" | |||
16 | PACKAGECONFIG ??= "" | 16 | PACKAGECONFIG ??= "" |
17 | PACKAGECONFIG[gupnp] = "--enable-gupnp,--disable-gupnp,gupnp-igd" | 17 | PACKAGECONFIG[gupnp] = "--enable-gupnp,--disable-gupnp,gupnp-igd" |
18 | 18 | ||
19 | inherit autotools pkgconfig | 19 | inherit autotools pkgconfig gtk-doc |
20 | 20 | ||
21 | FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" | 21 | FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" |
22 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la" | 22 | FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la" |
diff --git a/meta-oe/recipes-support/libcanberra/libcanberra_0.29.bb b/meta-oe/recipes-support/libcanberra/libcanberra_0.29.bb index b10c3fde95..cb171ac62f 100644 --- a/meta-oe/recipes-support/libcanberra/libcanberra_0.29.bb +++ b/meta-oe/recipes-support/libcanberra/libcanberra_0.29.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | |||
6 | 6 | ||
7 | DEPENDS = "gstreamer gtk+ gtk+3 libtool libvorbis" | 7 | DEPENDS = "gstreamer gtk+ gtk+3 libtool libvorbis" |
8 | 8 | ||
9 | inherit autotools | 9 | inherit autotools gtk-doc |
10 | 10 | ||
11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
12 | http://0pointer.de/lennart/projects/${BPN}/${BPN}-${PV}.tar.xz \ | 12 | http://0pointer.de/lennart/projects/${BPN}/${BPN}-${PV}.tar.xz \ |
diff --git a/meta-oe/recipes-support/udisks/udisks_1.0.4.bb b/meta-oe/recipes-support/udisks/udisks_1.0.4.bb index 2138e7dc66..e306e89990 100644 --- a/meta-oe/recipes-support/udisks/udisks_1.0.4.bb +++ b/meta-oe/recipes-support/udisks/udisks_1.0.4.bb | |||
@@ -17,7 +17,7 @@ SRC_URI[udisks.sha256sum] = "854b89368733b9c3a577101b761ad5397ae75a05110c8698ac5 | |||
17 | 17 | ||
18 | PR = "r9" | 18 | PR = "r9" |
19 | 19 | ||
20 | inherit autotools systemd | 20 | inherit autotools systemd gtk-doc |
21 | 21 | ||
22 | PACKAGECONFIG ??= "" | 22 | PACKAGECONFIG ??= "" |
23 | PACKAGECONFIG[parted] = "--enable-parted,--disable-parted,parted" | 23 | PACKAGECONFIG[parted] = "--enable-parted,--disable-parted,parted" |