summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-07-07 12:44:32 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-07-15 14:58:17 +0200
commitaaca0f3ba1db581ff2266d809a387c4d01d9b86d (patch)
tree750967f57abfde67296cda57d230591bbedab3d0
parent6a613feba90e8fed23e70fb9d1498b23eae3fb1c (diff)
downloadmeta-openembedded-aaca0f3ba1db581ff2266d809a387c4d01d9b86d.tar.gz
recipes: add missing pkgconfig inherit
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-gnome/recipes-support/florence/florence_0.5.1.bb2
-rw-r--r--meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb2
-rw-r--r--meta-oe/recipes-support/libgc/libgc_7.2d.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-gnome/recipes-support/florence/florence_0.5.1.bb b/meta-gnome/recipes-support/florence/florence_0.5.1.bb
index 56d891465..9eab38575 100644
--- a/meta-gnome/recipes-support/florence/florence_0.5.1.bb
+++ b/meta-gnome/recipes-support/florence/florence_0.5.1.bb
@@ -15,6 +15,6 @@ SRC_URI = "http://switch.dl.sourceforge.net/project/florence/florence/0.5.1/flor
15SRC_URI[md5sum] = "56d12e5b47c100d9df172aa5ddc0f609" 15SRC_URI[md5sum] = "56d12e5b47c100d9df172aa5ddc0f609"
16SRC_URI[sha256sum] = "7b06ed84ef2b7b22d8d2cf0c7d013a05409bd82028240ac8719a68b192d5bc62" 16SRC_URI[sha256sum] = "7b06ed84ef2b7b22d8d2cf0c7d013a05409bd82028240ac8719a68b192d5bc62"
17 17
18inherit gettext autotools gconf 18inherit gettext autotools gconf pkgconfig
19 19
20EXTRA_OECONF = "--disable-scrollkeeper --without-docs --without-at-spi --without-panelapplet" 20EXTRA_OECONF = "--disable-scrollkeeper --without-docs --without-at-spi --without-panelapplet"
diff --git a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb
index 90d54cd43..65b07f502 100644
--- a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb
+++ b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb
@@ -14,7 +14,7 @@ SRC_URI = "http://helm.cs.unibo.it/mml-widget/sources/${BP}.tar.gz \
14SRC_URI[md5sum] = "b53564e553728d4b69f7d366dfeb5299" 14SRC_URI[md5sum] = "b53564e553728d4b69f7d366dfeb5299"
15SRC_URI[sha256sum] = "1dc30175da6a3c560a7d62d1abe1c2f9829d988e6f1a7c5e766544575c558c43" 15SRC_URI[sha256sum] = "1dc30175da6a3c560a7d62d1abe1c2f9829d988e6f1a7c5e766544575c558c43"
16 16
17inherit autotools-brokensep 17inherit autotools-brokensep pkgconfig
18 18
19do_configure_prepend() { 19do_configure_prepend() {
20 sed -i -e s:AM_BINRELOC::g ${S}/configure.ac 20 sed -i -e s:AM_BINRELOC::g ${S}/configure.ac
diff --git a/meta-oe/recipes-support/libgc/libgc_7.2d.bb b/meta-oe/recipes-support/libgc/libgc_7.2d.bb
index b472a5d13..ec2b382bc 100644
--- a/meta-oe/recipes-support/libgc/libgc_7.2d.bb
+++ b/meta-oe/recipes-support/libgc/libgc_7.2d.bb
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "d9fe0ae8650d43746a48bfb394cab01a319f3809cee19f8ebd16aa985b
14 14
15S = "${WORKDIR}/gc-7.2" 15S = "${WORKDIR}/gc-7.2"
16 16
17inherit autotools 17inherit autotools pkgconfig
18 18
19PACKAGES =+ "${PN}-docs" 19PACKAGES =+ "${PN}-docs"
20FILES_${PN}-docs = "/usr/share/gc" 20FILES_${PN}-docs = "/usr/share/gc"