aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jpeg/jasper_1.900.1.bb
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/jpeg/jasper_1.900.1.bb
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/jpeg/jasper_1.900.1.bb')
-rw-r--r--recipes/jpeg/jasper_1.900.1.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/jpeg/jasper_1.900.1.bb b/recipes/jpeg/jasper_1.900.1.bb
index 9f1f5eeebc..aee948db87 100644
--- a/recipes/jpeg/jasper_1.900.1.bb
+++ b/recipes/jpeg/jasper_1.900.1.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Jpeg 2000 implementation"
LICENSE = "MIT"
-DEPENDS = "unzip-native"
+do_unpack[depends] += "unzip-native:do_populate_staging"
SRC_URI = "http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-${PV}.zip"
@@ -12,4 +12,3 @@ AUTOTOOLS_STAGE_PKGCONFIG = "1"
do_stage() {
autotools_stage_all
}
-