aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fastjar/fastjar.inc
diff options
context:
space:
mode:
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"