diff options
Diffstat (limited to 'recipes-core/fastjar')
-rw-r--r-- | recipes-core/fastjar/fastjar.inc | 6 | ||||
-rw-r--r-- | recipes-core/fastjar/fastjar_0.98.bb | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/recipes-core/fastjar/fastjar.inc b/recipes-core/fastjar/fastjar.inc index 2a40e3c..8412236 100644 --- a/recipes-core/fastjar/fastjar.inc +++ b/recipes-core/fastjar/fastjar.inc | |||
@@ -12,15 +12,15 @@ SRC_URI = "http://download.savannah.nongnu.org/releases/fastjar/fastjar-${PV}.ta | |||
12 | inherit autotools update-alternatives | 12 | inherit autotools update-alternatives |
13 | 13 | ||
14 | PACKAGES = "${PN}-grepjar ${PN} ${PN}-dbg ${PN}-doc" | 14 | PACKAGES = "${PN}-grepjar ${PN} ${PN}-dbg ${PN}-doc" |
15 | FILES_${PN}-grepjar = "${bindir}/grepjar" | 15 | FILES:${PN}-grepjar = "${bindir}/grepjar" |
16 | 16 | ||
17 | PROVIDES = "virtual/jar" | 17 | PROVIDES = "virtual/jar" |
18 | ALTERNATIVE_${PN} = "jar" | 18 | ALTERNATIVE:${PN} = "jar" |
19 | ALTERNATIVE_LINK = "${bindir}/jar" | 19 | ALTERNATIVE_LINK = "${bindir}/jar" |
20 | ALTERNATIVE_TARGET = "${bindir}/fastjar" | 20 | ALTERNATIVE_TARGET = "${bindir}/fastjar" |
21 | 21 | ||
22 | # update-aternatives does not work for native class | 22 | # update-aternatives does not work for native class |
23 | do_install_append_class-native () { | 23 | do_install:append:class-native () { |
24 | ln -s fastjar ${D}${bindir}/jar | 24 | ln -s fastjar ${D}${bindir}/jar |
25 | } | 25 | } |
26 | 26 | ||
diff --git a/recipes-core/fastjar/fastjar_0.98.bb b/recipes-core/fastjar/fastjar_0.98.bb index 5b5a403..b4491f7 100644 --- a/recipes-core/fastjar/fastjar_0.98.bb +++ b/recipes-core/fastjar/fastjar_0.98.bb | |||
@@ -4,6 +4,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | |||
4 | 4 | ||
5 | SRC_URI += "file://jartool.patch" | 5 | SRC_URI += "file://jartool.patch" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "d2d264d343d4d0e1575832cc1023c3bf" | ||
8 | SRC_URI[sha256sum] = "f156abc5de8658f22ee8f08d7a72c88f9409ebd8c7933e9466b0842afeb2f145" | 7 | SRC_URI[sha256sum] = "f156abc5de8658f22ee8f08d7a72c88f9409ebd8c7933e9466b0842afeb2f145" |
9 | 8 | ||