aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/flac/flac_1.1.2.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2009-05-18 18:10:56 +0200
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2009-05-18 18:13:38 +0200
commit6d1b0baf0c1ff39b267e1ccef840cb97331872c5 (patch)
tree8838c0ff971e855d35dbb48a4bbb6160a8158aad /recipes/flac/flac_1.1.2.bb
parent2f5a647c162a502462eb15bb211ea99ad2b7dd80 (diff)
downloadopenembedded-6d1b0baf0c1ff39b267e1ccef840cb97331872c5.tar.gz
flac: add 1.2.1. (Closes: #4386)
* move disable-xmms-plugin.patch from SRC_URI in .inc to 1.1.0 and 1.1.2 bb file. Does not apply cleanly to 1.2.1. Unsure if it would still be needed at runtime or not, but 1.2.1 otherwise compiles fine.
Diffstat (limited to 'recipes/flac/flac_1.1.2.bb')
-rw-r--r--recipes/flac/flac_1.1.2.bb4
1 files changed, 3 insertions, 1 deletions
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.