aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/juce/juce_1.29.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/juce/juce_1.29.bb')
-rw-r--r--recipes/juce/juce_1.29.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/juce/juce_1.29.bb b/recipes/juce/juce_1.29.bb
index 14906a9cb5..f258b5ee49 100644
--- a/recipes/juce/juce_1.29.bb
+++ b/recipes/juce/juce_1.29.bb
@@ -8,8 +8,8 @@ PR = "r0"
#FIXME the patches are a) HACKS and b) something's wrong with lineend conversion
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"
+ file://remove-x86isms.patch;apply=yes \
+ file://no-opengl.patch;apply=yes"
S = "${WORKDIR}/juce"
LIB = "libjuce_debug"