diff options
Diffstat (limited to 'recipes-extended/dbus/dbus-java_2.7.bb')
-rw-r--r-- | recipes-extended/dbus/dbus-java_2.7.bb | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/recipes-extended/dbus/dbus-java_2.7.bb b/recipes-extended/dbus/dbus-java_2.7.bb index dfd2ff1..fc42bcd 100644 --- a/recipes-extended/dbus/dbus-java_2.7.bb +++ b/recipes-extended/dbus/dbus-java_2.7.bb | |||
@@ -1,15 +1,15 @@ | |||
1 | SUMMARY = "A pure Java D-Bus Implementation" | 1 | SUMMARY = "A pure Java D-Bus Implementation" |
2 | SUMMARY_${PN}-viewer = "${SUMMARY} (DBusViewer Binary)" | 2 | SUMMARY:${PN}-viewer = "${SUMMARY} (DBusViewer Binary)" |
3 | SUMMARY_${PN}-bin = "${SUMMARY} (Binaries)" | 3 | SUMMARY:${PN}-bin = "${SUMMARY} (Binaries)" |
4 | AUTHOR = "Matthew Johnson <dbus@matthew.ath.cx>" | 4 | AUTHOR = "Matthew Johnson <dbus@matthew.ath.cx>" |
5 | HOMEPAGE = "http://dbus.freedesktop.org/doc/dbus-java" | 5 | HOMEPAGE = "http://dbus.freedesktop.org/doc/dbus-java" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | LICENSE = "LGPL-2.1 & AFL-2.1" | 7 | LICENSE = "LGPL-2.1 & AFL-2.1" |
8 | 8 | ||
9 | DEPENDS = "libmatthew gettext-native fastjar-native" | 9 | DEPENDS = "libmatthew gettext-native fastjar-native" |
10 | RDEPENDS_${PN}-viewer = "java2-runtime libunixsocket-java ${PN}-bin libmatthew-debug-java ${JPN}" | 10 | RDEPENDS:${PN}-viewer = "java2-runtime libunixsocket-java ${PN}-bin libmatthew-debug-java ${JPN}" |
11 | RDEPENDS_${PN}-bin = "java2-runtime libunixsocket-java libmatthew-debug-java ${JPN}" | 11 | RDEPENDS:${PN}-bin = "java2-runtime libunixsocket-java libmatthew-debug-java ${JPN}" |
12 | RSUGGESTS_${JPN} = "libunixsocket-java" | 12 | RSUGGESTS:${JPN} = "libunixsocket-java" |
13 | 13 | ||
14 | PR = "r1" | 14 | PR = "r1" |
15 | 15 | ||
@@ -18,13 +18,14 @@ PACKAGE_ARCH = "${TUNE_PKGARCH}" | |||
18 | LIC_FILES_CHKSUM = "file://COPYING;md5=72cc739fb93ae32741edbae802490e92" | 18 | LIC_FILES_CHKSUM = "file://COPYING;md5=72cc739fb93ae32741edbae802490e92" |
19 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus-java/dbus-java-${PV}.tar.gz" | 19 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus-java/dbus-java-${PV}.tar.gz" |
20 | 20 | ||
21 | SRC_URI[md5sum] = "8b8470db5cd657591bac245e3b6e18e4" | ||
22 | SRC_URI[sha256sum] = "be404ea36284d938646192d0ee42e146853064217d4e3aaf89b56bd351ebca33" | 21 | SRC_URI[sha256sum] = "be404ea36284d938646192d0ee42e146853064217d4e3aaf89b56bd351ebca33" |
23 | 22 | ||
24 | S = "${WORKDIR}/dbus-java-${PV}" | 23 | S = "${WORKDIR}/dbus-java-${PV}" |
25 | 24 | ||
26 | inherit java-library | 25 | inherit java-library |
27 | 26 | ||
27 | include recipes-core/classpath/classpath-features-check.inc | ||
28 | |||
28 | # jamvm-native unfortunately contains non-generificed java/lang/reflect classes | 29 | # jamvm-native unfortunately contains non-generificed java/lang/reflect classes |
29 | # which are accessed in this package. Work around this by setting the bootclasspath | 30 | # which are accessed in this package. Work around this by setting the bootclasspath |
30 | # explicitly. | 31 | # explicitly. |
@@ -73,5 +74,5 @@ do_install () { | |||
73 | # and dbus-bin*.jar | 74 | # and dbus-bin*.jar |
74 | PACKAGES = "${PN}-viewer ${PN}-bin ${JPN}" | 75 | PACKAGES = "${PN}-viewer ${PN}-bin ${JPN}" |
75 | 76 | ||
76 | FILES_${PN}-viewer = "${datadir}/java/dbus-java-viewer*.jar ${bindir}/DBusViewer" | 77 | FILES:${PN}-viewer = "${datadir}/java/dbus-java-viewer*.jar ${bindir}/DBusViewer" |
77 | FILES_${PN}-bin = "${datadir}/java/dbus-java-bin*.jar ${bindir}" | 78 | FILES:${PN}-bin = "${datadir}/java/dbus-java-bin*.jar ${bindir}" |