aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fastjar/fastjar.inc
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2010-05-15 12:55:01 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2010-05-15 12:58:54 +0200
commit0f801ce2b17a92413a5af12d8534a088461c799e (patch)
tree0b61dc982dade6ea3c1d4eb5168462f5bd8a1e82 /recipes/fastjar/fastjar.inc
parent4154c5f1b9e65b5e2ecb026a06d53fe178921d26 (diff)
downloadopenembedded-0f801ce2b17a92413a5af12d8534a088461c799e.tar.gz
fastjar: switch to BBCLASSEXTEND and clean up
* remove older versions * we don't need the empty dev package, because there are no libs * bump INC_PR to get native and normal package to the same revision
Diffstat (limited to 'recipes/fastjar/fastjar.inc')
-rw-r--r--recipes/fastjar/fastjar.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes/fastjar/fastjar.inc b/recipes/fastjar/fastjar.inc
index 7c5439edb4..5f6285a1f2 100644
--- a/recipes/fastjar/fastjar.inc
+++ b/recipes/fastjar/fastjar.inc
@@ -2,15 +2,17 @@ DESCRIPTION = "jar replacement written in C."
HOMEPAGE = "http://savannah.nongnu.org/projects/fastjar/"
SECTION = "devel"
PRIORITY = "optional"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
DEPENDS = "zlib"
-INC_PR = "r3"
+INC_PR = "r4"
+
+BBCLASSEXTEND = "native"
SRC_URI = "http://download.savannah.nongnu.org/releases/fastjar/fastjar-${PV}.tar.gz"
inherit autotools
-PACKAGES =+ "${PN}-grepjar"
+PACKAGES = "${PN}-grepjar ${PN} ${PN}-dbg ${PN}-doc"
FILES_${PN}-grepjar = "${bindir}/grepjar"