From: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
To: openembedded-devel@openembedded.org
Subject: [PATCH] Use automatic unzip-native dependency detection.
Date: Mon, 7 Sep 2009 16:10:14 +0300 [thread overview]
Message-ID: <1252329016-10848-2-git-send-email-ihar.hrachyshka@gmail.com> (raw)
In-Reply-To: <1252329016-10848-1-git-send-email-ihar.hrachyshka@gmail.com>
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(-)
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 {} \;
--
1.5.6.5
next prev parent reply other threads:[~2009-09-09 7:41 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-07 13:10 [PATCH] Fixed concurrency problem for ZIP packed recipes Ihar Hrachyshka
2009-09-07 13:10 ` Ihar Hrachyshka [this message]
2009-09-07 13:10 ` [PATCH] Fixed checksum for tda1004x-firmware Ihar Hrachyshka
2009-09-07 13:10 ` [PATCH] Use NEED_UNZIP_FOR_UNPACK variable for some recipes Ihar Hrachyshka
2009-09-09 13:05 ` Phil Blundell
2009-09-10 7:48 ` Ihar Hrachyshka
2009-09-09 12:24 ` [PATCH] Fixed checksum for tda1004x-firmware Stanislav Brabec
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1252329016-10848-2-git-send-email-ihar.hrachyshka@gmail.com \
--to=ihar.hrachyshka@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox