diff options
Diffstat (limited to 'recipes/jpeg/jasper_1.900.1.bb')
-rw-r--r-- | recipes/jpeg/jasper_1.900.1.bb | 3 |
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 } - |