| Submitter | Ihar Hrachyshka |
|---|---|
| Date | 2009-09-07 13:10:14 |
| Message ID | <1252329016-10848-2-git-send-email-ihar.hrachyshka@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/1043/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/recipes/jpeg/jasper_1.900.1.bb b/recipes/jpeg/jasper_1.900.1.bb index 9f1f5ee..a71dd68 100644 --- a/recipes/jpeg/jasper_1.900.1.bb +++ b/recipes/jpeg/jasper_1.900.1.bb @@ -1,6 +1,5 @@ DESCRIPTION = "Jpeg 2000 implementation" LICENSE = "MIT" -DEPENDS = "unzip-native" SRC_URI = "http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-${PV}.zip" diff --git a/recipes/miglayout/miglayout_3.0.3.bb b/recipes/miglayout/miglayout_3.0.3.bb index 2450a7e..87ab0f2 100644 --- a/recipes/miglayout/miglayout_3.0.3.bb +++ b/recipes/miglayout/miglayout_3.0.3.bb @@ -10,7 +10,7 @@ S = "${WORKDIR}" inherit java-library -DEPENDS = "unzip-native fastjar-native classpath swt3.4-gtk" +DEPENDS = "fastjar-native classpath swt3.4-gtk" do_unpackpost() { find -name "*.jar" -exec rm {} \;
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com> --- recipes/jpeg/jasper_1.900.1.bb | 1 - recipes/miglayout/miglayout_3.0.3.bb | 2 +- 2 files changed, 1 insertions(+), 2 deletions(-)