diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-02-26 20:02:30 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-02-26 20:02:30 +0000 |
commit | 71828c40ca752f56d0300862de3af91b0696eda1 (patch) | |
tree | 28735eadf6f397046e3c07d7b95257e42ff73d60 /packages/libzvbi/libzvbi_0.2.25.bb | |
parent | 2c8312853e3613d00057dfff29d18c761b8d4fd5 (diff) |
libzvbi: inherit from pkgconfig so that .pc is staged.
Diffstat (limited to 'packages/libzvbi/libzvbi_0.2.25.bb')
-rw-r--r-- | packages/libzvbi/libzvbi_0.2.25.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/libzvbi/libzvbi_0.2.25.bb b/packages/libzvbi/libzvbi_0.2.25.bb index fe9fd1495c..9be7a7d42e 100644 --- a/packages/libzvbi/libzvbi_0.2.25.bb +++ b/packages/libzvbi/libzvbi_0.2.25.bb @@ -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 } - |