recipes: add missing pkgconfig inherit

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2014-07-07 12:44:32 +02:00
parent 6a613feba9
commit aaca0f3ba1
3 changed files with 3 additions and 3 deletions
@@ -15,6 +15,6 @@ SRC_URI = "http://switch.dl.sourceforge.net/project/florence/florence/0.5.1/flor
SRC_URI[md5sum] = "56d12e5b47c100d9df172aa5ddc0f609" SRC_URI[md5sum] = "56d12e5b47c100d9df172aa5ddc0f609"
SRC_URI[sha256sum] = "7b06ed84ef2b7b22d8d2cf0c7d013a05409bd82028240ac8719a68b192d5bc62" SRC_URI[sha256sum] = "7b06ed84ef2b7b22d8d2cf0c7d013a05409bd82028240ac8719a68b192d5bc62"
inherit gettext autotools gconf inherit gettext autotools gconf pkgconfig
EXTRA_OECONF = "--disable-scrollkeeper --without-docs --without-at-spi --without-panelapplet" EXTRA_OECONF = "--disable-scrollkeeper --without-docs --without-at-spi --without-panelapplet"
@@ -14,7 +14,7 @@ SRC_URI = "http://helm.cs.unibo.it/mml-widget/sources/${BP}.tar.gz \
SRC_URI[md5sum] = "b53564e553728d4b69f7d366dfeb5299" SRC_URI[md5sum] = "b53564e553728d4b69f7d366dfeb5299"
SRC_URI[sha256sum] = "1dc30175da6a3c560a7d62d1abe1c2f9829d988e6f1a7c5e766544575c558c43" SRC_URI[sha256sum] = "1dc30175da6a3c560a7d62d1abe1c2f9829d988e6f1a7c5e766544575c558c43"
inherit autotools-brokensep inherit autotools-brokensep pkgconfig
do_configure_prepend() { do_configure_prepend() {
sed -i -e s:AM_BINRELOC::g ${S}/configure.ac sed -i -e s:AM_BINRELOC::g ${S}/configure.ac
+1 -1
View File
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "d9fe0ae8650d43746a48bfb394cab01a319f3809cee19f8ebd16aa985b
S = "${WORKDIR}/gc-7.2" S = "${WORKDIR}/gc-7.2"
inherit autotools inherit autotools pkgconfig
PACKAGES =+ "${PN}-docs" PACKAGES =+ "${PN}-docs"
FILES_${PN}-docs = "/usr/share/gc" FILES_${PN}-docs = "/usr/share/gc"