libzvbi: inherit from pkgconfig so that .pc is staged.
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Tue, 26 Feb 2008 20:02:30 +0000 (20:02 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Tue, 26 Feb 2008 20:02:30 +0000 (20:02 +0000)
packages/libzvbi/libzvbi_0.2.22.bb
packages/libzvbi/libzvbi_0.2.25.bb

index 74e16c6..a4ce1e5 100644 (file)
@@ -5,11 +5,12 @@ HOMEPAGE = "http://zapping.sourceforge.net/ZVBI/index.html"
 LICENSE = "GPL"
 SECTION = "libs/multimedia"
 DEPENDS = "libpng"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/zapping/zvbi-${PV}.tar.bz2"
 S = "${WORKDIR}/zvbi-${PV}"
 
-inherit autotools
+inherit autotools pkgconfig 
 
 do_stage() {
        autotools_stage_all
index fe9fd14..9be7a7d 100644 (file)
@@ -5,17 +5,16 @@ HOMEPAGE = "http://zapping.sourceforge.net/ZVBI/index.html"
 LICENSE = "GPL"
 SECTION = "libs/multimedia"
 DEPENDS = "libpng"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/zapping/zvbi-${PV}.tar.bz2"
 S = "${WORKDIR}/zvbi-${PV}"
 
 EXTRA_OECONF = "--without-x"
 
-inherit autotools
+inherit autotools pkgconfig 
 
 do_stage() {
        autotools_stage_all
 }
 
-