summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-21 10:58:08 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-06-21 13:06:13 +0200
commit36d57b9234c8d940205cf83e541302ef60b755c9 (patch)
tree111b53cf879e62ba22bbdb892b0589023c91f2d8 /meta-oe/recipes-connectivity
parent0ee108356873f69229642d0c6f025f3328c5ff2f (diff)
downloadmeta-openembedded-36d57b9234c8d940205cf83e541302ef60b755c9.tar.gz
recipes: add missing pkgconfig class inherits
* These recipes all use pkg-config in some way but were missing dependencies on the tool, this patch adds them. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/irssi/irssi_0.8.16-rc1.bb2
-rw-r--r--meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb2
-rw-r--r--meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb2
-rw-r--r--meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb3
4 files changed, 4 insertions, 5 deletions
diff --git a/meta-oe/recipes-connectivity/irssi/irssi_0.8.16-rc1.bb b/meta-oe/recipes-connectivity/irssi/irssi_0.8.16-rc1.bb
index 7880a06f0..b4fbf7a8f 100644
--- a/meta-oe/recipes-connectivity/irssi/irssi_0.8.16-rc1.bb
+++ b/meta-oe/recipes-connectivity/irssi/irssi_0.8.16-rc1.bb
@@ -15,7 +15,7 @@ SRC_URI[sha256sum] = "bb6c0125db30b697f80837941c17372b7484c64d57a6920b8bfa7ee3de
15 15
16S = "${WORKDIR}/irssi-${REALPV}" 16S = "${WORKDIR}/irssi-${REALPV}"
17 17
18inherit autotools 18inherit autotools pkgconfig
19 19
20EXTRA_OECONF = "--enable-ssl" 20EXTRA_OECONF = "--enable-ssl"
21 21
diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb
index a7f81e66f..124b8ca57 100644
--- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb
+++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_0.13.3.bb
@@ -13,5 +13,5 @@ SRC_URI = "http://libtorrent.rakshasa.no/downloads/${PN}-${PV}.tar.gz \
13SRC_URI[md5sum] = "e94f6c590bb02aaf4d58618f738a85f2" 13SRC_URI[md5sum] = "e94f6c590bb02aaf4d58618f738a85f2"
14SRC_URI[sha256sum] = "34317d6783b7f8d0805274c9467475b5432a246c0de8e28fc16e3b0b43f35677" 14SRC_URI[sha256sum] = "34317d6783b7f8d0805274c9467475b5432a246c0de8e28fc16e3b0b43f35677"
15 15
16inherit autotools 16inherit autotools pkgconfig
17 17
diff --git a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb
index f12941e10..4a2b2b1d6 100644
--- a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb
+++ b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb
@@ -8,7 +8,7 @@ SRC_URI = "http://tadas.dailyda.com/software/obex-data-server-${PV}.tar.gz"
8SRC_URI[md5sum] = "961ca5db6fe9c97024e133cc6203cc4d" 8SRC_URI[md5sum] = "961ca5db6fe9c97024e133cc6203cc4d"
9SRC_URI[sha256sum] = "b399465ddbd6d0217abedd9411d9d74a820effa0a6a142adc448268d3920094f" 9SRC_URI[sha256sum] = "b399465ddbd6d0217abedd9411d9d74a820effa0a6a142adc448268d3920094f"
10 10
11inherit autotools-brokensep 11inherit autotools-brokensep pkgconfig
12 12
13FILES_${PN} += "${datadir}/dbus-1/" 13FILES_${PN} += "${datadir}/dbus-1/"
14 14
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb
index adc112fef..d1b64fb36 100644
--- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb
+++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_0.9.3.bb
@@ -12,5 +12,4 @@ SRC_URI = "http://libtorrent.rakshasa.no/downloads/${PN}-${PV}.tar.gz \
12SRC_URI[md5sum] = "0bf2f262faa8c8c8d3b11ce286ea2bf2" 12SRC_URI[md5sum] = "0bf2f262faa8c8c8d3b11ce286ea2bf2"
13SRC_URI[sha256sum] = "9e93ca41beb1afe74ad7ad8013e0d53ae3586c9b0e97263d722f721535cc7310" 13SRC_URI[sha256sum] = "9e93ca41beb1afe74ad7ad8013e0d53ae3586c9b0e97263d722f721535cc7310"
14 14
15inherit autotools 15inherit autotools pkgconfig
16