aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/juce
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-09-08 19:44:14 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-09-08 19:44:14 +0000
commitd5345f88b5ffdca098e0281f42f51e42ef43e79d (patch)
tree83c292dea4788925a68b28c12b62299e81545511 /recipes/juce
parent77e0f4c204a8b7d2471d77f8d69b2c85a216fa74 (diff)
downloadopenembedded-d5345f88b5ffdca098e0281f42f51e42ef43e79d.tar.gz
more files: Fixed unpack dependencies on unzip-native, see:
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-August/013505.html * http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-September/013620.html
Diffstat (limited to 'recipes/juce')
-rw-r--r--recipes/juce/juce_1.29.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/juce/juce_1.29.bb b/recipes/juce/juce_1.29.bb
index 6aca160262..a007313005 100644
--- a/recipes/juce/juce_1.29.bb
+++ b/recipes/juce/juce_1.29.bb
@@ -3,6 +3,7 @@ HOMEPAGE = "http://www.rawmaterialsoftware.com/juce"
AUTHOR = "Julian Stoerer"
LICENSE = "GPL"
DEPENDS = "alsa-lib freetype virtual/libx11"
+do_unpack[depends] += "unzip-native:do_populate_staging"
PR = "r0"
#FIXME the patches are a) HACKS and b) something's wrong with lineend conversion
@@ -30,4 +31,3 @@ do_install() {
PACKAGES = "${PN}-dbg jucedemo ${PN}"
FILES_jucedemo = "${bindir}"
-
72 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209