aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-08-23 00:04:46 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-08-23 00:04:46 +0000
commit76e5aca75b0bd799c9f7611faf331d1187643e69 (patch)
tree78f0a601ac4511ac7203281eda6914e7b02a9b6a
parent219cf17436f5857a152ca26a26e10f7cf91110b5 (diff)
downloadopenembedded-76e5aca75b0bd799c9f7611faf331d1187643e69.tar.gz
juce: I guess I forgot a very important part in that SRC_URI in my previous commit ;-) Should work now
-rw-r--r--packages/juce/juce_1.29.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/juce/juce_1.29.bb b/packages/juce/juce_1.29.bb
index 3fa587f8f4..6aca160262 100644
--- a/packages/juce/juce_1.29.bb
+++ b/packages/juce/juce_1.29.bb
@@ -6,7 +6,7 @@ DEPENDS = "alsa-lib freetype virtual/libx11"
PR = "r0"
#FIXME the patches are a) HACKS and b) something's wrong with lineend conversion
-SRC_URI = "http://downloads.openmoko.org/sources/${@bb.data.getVar('PV',d,1).split('.')[0]}_${@bb.data.getVar('PV',d,1).split('.')[1]}.zip \
+SRC_URI = "http://downloads.openmoko.org/sources/juce_${@bb.data.getVar('PV',d,1).split('.')[0]}_${@bb.data.getVar('PV',d,1).split('.')[1]}.zip \
file://remove-x86isms.patch;patch=1 \
file://no-opengl.patch;patch=1"
S = "${WORKDIR}/juce"