flac: fix missing gettext dependency, convert to INC_PR
authorDenys Dmytriyenko <denys@ti.com>
Tue, 7 Dec 2010 22:23:44 +0000 (17:23 -0500)
committerDenys Dmytriyenko <denys@ti.com>
Tue, 7 Dec 2010 22:23:44 +0000 (17:23 -0500)
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
recipes/flac/flac.inc
recipes/flac/flac_1.1.0.bb
recipes/flac/flac_1.1.2.bb
recipes/flac/flac_1.2.1.bb

index b90abd3..15a8d04 100644 (file)
@@ -7,7 +7,9 @@ DEPENDS = "libogg"
 SRC_URI = "${SOURCEFORGE_MIRROR}/flac/flac-${PV}.tar.gz \
           file://xmms.m4"
 
-inherit autotools
+INC_PR = "r1"
+
+inherit autotools gettext
 
 EXTRA_OECONF = "--disable-oggtest --disable-id3libtest \
                --with-ogg-libraries=${STAGING_LIBDIR} \
index 32e5e75..7f75eb2 100644 (file)
@@ -1,6 +1,6 @@
 require flac.inc
 
-PR = "r7"
+PR = "${INC_PR}.8"
 
 SRC_URI += "file://disable-xmms-plugin.patch"
 
index 3927f7d..c914364 100644 (file)
@@ -1,6 +1,6 @@
 require flac.inc
 
-PR = "r7"
+PR = "${INC_PR}.8"
 
 SRC_URI += "file://disable-xmms-plugin.patch"
 
index b192424..9628352 100644 (file)
@@ -1,6 +1,6 @@
 require flac.inc
 
-PR = "r1"
+PR = "${INC_PR}.2"
 
 # fixes from openSUSE:
 SRC_URI += "file://flac-gcc43-fixes.diff;striplevel=0 \