diff options
Diffstat (limited to 'recipes/flac')
-rw-r--r-- | recipes/flac/flac.inc | 1 | ||||
-rw-r--r-- | recipes/flac/flac_1.1.0.bb | 4 | ||||
-rw-r--r-- | recipes/flac/flac_1.1.2.bb | 4 | ||||
-rw-r--r-- | recipes/flac/flac_1.2.1.bb | 3 |
4 files changed, 9 insertions, 3 deletions
diff --git a/recipes/flac/flac.inc b/recipes/flac/flac.inc index 3fe7d593ba..cadc32ff33 100644 --- a/recipes/flac/flac.inc +++ b/recipes/flac/flac.inc @@ -5,7 +5,6 @@ SECTION = "libs" DEPENDS = "libogg" SRC_URI = "${SOURCEFORGE_MIRROR}/flac/flac-${PV}.tar.gz \ - file://disable-xmms-plugin.patch;patch=1 \ file://xmms.m4" inherit autotools diff --git a/recipes/flac/flac_1.1.0.bb b/recipes/flac/flac_1.1.0.bb index debe8d73de..5bb0d6c3cf 100644 --- a/recipes/flac/flac_1.1.0.bb +++ b/recipes/flac/flac_1.1.0.bb @@ -1,3 +1,5 @@ require flac.inc -PR = "r6" +PR = "r7" + +SRC_URI += "file://disable-xmms-plugin.patch;patch=1" diff --git a/recipes/flac/flac_1.1.2.bb b/recipes/flac/flac_1.1.2.bb index 69eb07125e..70d30c98d7 100644 --- a/recipes/flac/flac_1.1.2.bb +++ b/recipes/flac/flac_1.1.2.bb @@ -1,6 +1,8 @@ require flac.inc -PR = "r6" +PR = "r7" + +SRC_URI += "file://disable-xmms-plugin.patch;patch=1" do_configure_append () { # removes '-read-only-relocs' which is enabled for PowerPC builds. diff --git a/recipes/flac/flac_1.2.1.bb b/recipes/flac/flac_1.2.1.bb new file mode 100644 index 0000000000..94f24fc169 --- /dev/null +++ b/recipes/flac/flac_1.2.1.bb @@ -0,0 +1,3 @@ +require flac.inc + +PR = "r0" |