summaryrefslogtreecommitdiff
path: root/packages/dbus-java/dbus-java_2.4.bb
blob: 461bcb19ebce86359e3411a64f751da42cb05ef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
DESCRIPTION = "A pure Java D-Bus Implementation"
DESCRIPTION_dbus-java-viewer = "${DESCRIPTION} (DBusViewer Binary)"
DESCRIPTION_dbus-java-bin = "${DESCRIPTION} (Binaries)"
AUTHOR = "Matthew Johnson <dbus@matthew.ath.cx>"
HOMEPAGE = "http://dbus.freedesktop.org/doc/dbus-java"
SECTION = "libs"
LICENSE = "GPLv2 AFL"
DEPENDS = "libmatthew docbook-utils-native docbook-sgml-dtd-4.1-native fastjar-native"
RDEPENDS_dbus-java-viewer = "java2-runtime libmatthew-java ${JPN}"
RDEPENDS_dbus-java-bin = "java2-runtime libmatthew-java ${JPN}"
RSUGGESTS_libdbus-java = "libmatthew-java dbus"
PR = "r0"

SRC_URI = "http://dbus.freedesktop.org/releases/dbus-java/dbus-java-${PV}.tar.gz"

S = "${WORKDIR}/dbus-java-${PV}"

inherit java-library

do_compile () {
  # run target .binclasses first to fix a brokenness in the Makefile
    oe_runmake \
	JCFLAGS="-source 1.5" \
	JAVAC="javac" \
	JARPREFIX="${STAGING_DATADIR_JAVA}" \
	JAVAUNIXJARDIR="${STAGING_DATADIR_JAVA}" \
	CLASSPATH="${S}/classes" \
	JAR="fastjar" \
	.binclasses
    oe_runmake \
	JCFLAGS="-source 1.5" \
	JAVAC="javac" \
	JARPREFIX="${STAGING_DATADIR_JAVA}" \
	JAVAUNIXJARDIR="${STAGING_DATADIR_JAVA}" \
	CLASSPATH="${S}/classes" \
	JAR="fastjar" \
	all
  # Generated shell scripts will have staging paths inside them.
    rm bin/*
  # Generate them again with target paths.
    oe_runmake \
	JAVAC="oefatal \"No Java compilation expected here.\"" \
	JAR="oefatal \"No jar invocation expected here.\"" \
	JARPREFIX=${datadir_java} \
	JAVAUNIXPATH=${datadir_java} \
	all
  # Trigger generation of all documentation files to prevent this
  # being happen at the target 'install-man' in do_install.
    oe_runmake \
	JAVAC="oefatal \"No Java compilation expected here.\"" \
	JAR="oefatal \"No jar invocation expected here.\"" \
	JARPREFIX=${datadir_java} \
	JAVAUNIXPATH=${datadir_java} \
	CreateInterface.1 ListDBus.1 DBusDaemon.1 DBusViewer.1 changelog AUTHORS COPYING README INSTALL DBusCall.1
}

do_install () {
    oe_jarinstall ${JPN}-${PV}.jar ${JPN}.jar
    oe_jarinstall dbus-java-viewer-${PV}.jar dbus-java-viewer.jar
    oe_jarinstall dbus-java-bin-${PV}.jar dbus-java-bin.jar
    install -d ${D}${bindir}
    install bin/DBusViewer ${D}${bindir}
    install bin/DBusCall ${D}${bindir}
    install bin/CreateInterface ${D}${bindir}
    install bin/ListDBus ${D}${bindir}
    install bin/DBusDaemon ${D}${bindir}
    oe_runmake \
	JAVAC="oefatal \"No Java compilation expected here.\"" \
	JAR="oefatal \"No jar invocation expected here.\"" \
	MANPREFIX=${D}${mandir} \
	DOCPREFIX=${D}${docdir}/${JPN} \
	install-man
}

do_stage () {
    oe_jarinstall -s ${JPN}-${PV}.jar ${JPN}.jar
}

PACKAGE_ARCH = "all"
# ${JPN} must be last otherwise it would pick up dbus-viewer*.jar
# and dbus-bin*.jar
PACKAGES = "dbus-java-viewer dbus-java-viewer-doc dbus-java-bin dbus-java-bin-doc ${JPN}"

FILES_dbus-java-viewer = "${datadir}/java/dbus-java-viewer*.jar ${bindir}/DBusViewer"
FILES_dbus-java-viewer-doc = "${mandir}/DBusViewer*"
FILES_dbus-java-bin = "${datadir}/java/dbus-java-bin*.jar ${bindir}"
FILES_dbus-java-bin-doc = "${mandir} ${docdir}/${JPN}"
able> -rw-r--r--recipes/base-files/base-files/corecdp/issue.net8
-rw-r--r--recipes/base-files/base-files/corecdp/profile34
-rwxr-xr-x[-rw-r--r--]recipes/base-files/base-files/jornada6xx/fstab6
-rwxr-xr-xrecipes/base-files/base-files/jornada6xx/issue2
-rwxr-xr-xrecipes/base-files/base-files/jornada6xx/issue.net2
-rwxr-xr-xrecipes/base-files/base-files/jornada6xx/profile34
-rw-r--r--recipes/base-files/base-files/mtcdp-embedded/fstab12
-rw-r--r--recipes/base-files/base-files/mtcdp-embedded/profile34
-rw-r--r--recipes/base-files/base-files/mtcdp/fstab12
-rw-r--r--recipes/base-files/base-files/mtcdp/profile34
-rw-r--r--recipes/base-files/base-files_3.0.14.bb17
-rw-r--r--recipes/binutils/binutils-2.18/binutils-powerpc-ld-segfault.patch13
-rw-r--r--recipes/binutils/binutils-2.20/binutils-powerpc-pr11088.patch275
-rw-r--r--recipes/binutils/binutils-2.20/binutils_unexport_LD_LIBRARY_PATH_for_CC_FOR_BUILD.patch95
-rw-r--r--recipes/binutils/binutils_2.18.bb7
-rw-r--r--recipes/binutils/binutils_2.20.bb8
-rw-r--r--recipes/blktool/blktool_4.bb5
-rw-r--r--recipes/bluez/bluez4_4.59.bb16
-rw-r--r--recipes/bluez/obexd_0.21.bb10
-rw-r--r--recipes/busybox/busybox-1.13.2/corecdp/defconfig873
-rw-r--r--recipes/busybox/busybox-1.13.2/corecdp/syslog.conf9
-rw-r--r--recipes/busybox/busybox-1.15.3/B921600.patch13
-rw-r--r--recipes/busybox/busybox-1.15.3/angstrom/defconfig873
-rw-r--r--recipes/busybox/busybox-1.15.3/defconfig873
-rw-r--r--recipes/busybox/busybox-1.15.3/fdisk_lineedit_segfault.patch12
-rw-r--r--recipes/busybox/busybox-1.15.3/fix31
-rw-r--r--recipes/busybox/busybox-1.15.3/get_header_tar.patch11
-rw-r--r--recipes/busybox/busybox-1.15.3/kaeilos/defconfig855
-rw-r--r--recipes/busybox/busybox-1.15.3/micro/defconfig869
-rw-r--r--recipes/busybox/busybox-1.15.3/r24785.patch14
-rw-r--r--recipes/busybox/busybox-1.15.3/slugos/defconfig869
-rw-r--r--recipes/busybox/busybox-1.15.3/udhcpc-fix-nfsroot.patch47
-rw-r--r--recipes/busybox/busybox-1.15.3/udhcpscript.patch13
-rw-r--r--recipes/busybox/busybox-1.15.3/xargs-double-size.patch13
-rw-r--r--recipes/busybox/busybox.inc8
-rw-r--r--recipes/busybox/busybox_1.15.3.bb42
-rw-r--r--recipes/bzip2/bzip2-1.0.5/bzip2-1.0.5-autoconfiscated.patch286
-rw-r--r--recipes/bzip2/bzip2-full-native-1.0.5/Makefile.am41
-rw-r--r--recipes/bzip2/bzip2-full-native-1.0.5/configure.ac14
-rw-r--r--recipes/bzip2/bzip2-full-native_1.0.5.bb22
-rw-r--r--recipes/bzip2/bzip2_1.0.5.bb32
-rw-r--r--recipes/cairo/cairomm_1.8.2.bb2
-rw-r--r--recipes/cbrpager/cbrpager.inc20
-rw-r--r--recipes/cbrpager/cbrpager_0.9.14.bb21
-rw-r--r--recipes/cbrpager/cbrpager_0.9.20.bb3
-rw-r--r--recipes/classpath/classpath-native.inc1
-rw-r--r--recipes/classpath/classpath-native_0.97.2.bb3
-rw-r--r--recipes/classpath/classpath-native_0.98.bb3
-rw-r--r--recipes/classpath/classpath_0.97.2.bb3
-rw-r--r--recipes/classpath/classpath_0.98.bb3
-rw-r--r--recipes/classpath/files/toolwrapper-exithook.patch46
-rw-r--r--recipes/connman/connman.inc6
-rw-r--r--recipes/connman/connman_0.46.bb6
-rw-r--r--recipes/connman/connman_git.bb4
-rw-r--r--recipes/connman/files/link-against-libnl2.patch13
-rwxr-xr-xrecipes/connman/files/shr/connman42
-rw-r--r--recipes/coreutils/coreutils-6.0.inc7
-rw-r--r--recipes/coreutils/coreutils-7.1.inc6
-rw-r--r--recipes/coreutils/coreutils-7.2.inc4
-rw-r--r--recipes/coreutils/coreutils-native_6.0.bb7
-rw-r--r--recipes/coreutils/coreutils-native_7.1.bb7
-rw-r--r--recipes/coreutils/coreutils-native_7.2.bb7
-rw-r--r--recipes/coreutils/coreutils-target.inc82
-rw-r--r--recipes/coreutils/coreutils_6.0.bb86
-rw-r--r--recipes/coreutils/coreutils_7.1.bb95
-rw-r--r--recipes/coreutils/coreutils_7.2.bb92
-rw-r--r--recipes/cpio/cpio_2.5.bb22
-rw-r--r--recipes/cppunit/cppunit_1.12.1.bb8
-rw-r--r--recipes/cpufreqd/cpufrequtils_006.bb20
-rw-r--r--recipes/cron/cron-3.0pl1/corecdp/disable_logfile.patch12
-rw-r--r--recipes/cron/cron_3.0pl1.bb4
-rw-r--r--recipes/cyrus-sasl/cyrus-sasl-2.1.19/plugin.patch117
-rw-r--r--recipes/cyrus-sasl/cyrus-sasl_2.1.19.bb3
-rw-r--r--recipes/dbus/dbus-1.3.0/will-1.patch25
-rw-r--r--recipes/dbus/dbus-1.3.0/will-2.patch370
-rw-r--r--recipes/dbus/dbus-1.3.0/will-3.patch119
-rw-r--r--recipes/dbus/dbus-1.3.0/will-4.patch56
-rw-r--r--recipes/dbus/dbus-1.3.0/will-5.patch116
-rw-r--r--recipes/dbus/dbus-1.3.0/will-6.patch456
-rw-r--r--recipes/dbus/dbus_1.3.0.bb10
-rw-r--r--recipes/didiwiki/didiwiki.inc3
-rw-r--r--recipes/dillo/dillo2-0.6.6/dillo.desktop9
-rw-r--r--recipes/dillo/dillo2-0.6.6/dillo.pngbin4175 -> 0 bytes-rw-r--r--recipes/dillo/dillo2_2.1.1.bb28
-rw-r--r--recipes/dillo/files/dillo.desktop (renamed from recipes/dillo/dillo-0.8.6/dillo.desktop)0
-rw-r--r--recipes/dillo/files/dillo.png (renamed from recipes/dillo/dillo-0.8.6/dillo.png)bin4175 -> 4175 bytes-rw-r--r--recipes/dillo/files/dillorc (renamed from recipes/dillo/dillo2-0.6.6/dillorc)0
-rw-r--r--recipes/dmidecode/dmidecode_2.10.bb3
-rw-r--r--recipes/dnsmasq/dnsmasq-dbus_2.47.bb2
-rw-r--r--recipes/dnsmasq/dnsmasq.inc7
-rw-r--r--recipes/dnsmasq/dnsmasq_2.11.bb4
-rw-r--r--recipes/dri/libdrm_git.bb24
-rw-r--r--recipes/e17/e-tasks_svn.bb10
-rw-r--r--recipes/e17/e-wm_svn.bb4
-rw-r--r--recipes/e17/illume-keyboard-default_svn.bb4
-rw-r--r--recipes/e17/illume-keyboards-shr_git.bb2
-rw-r--r--recipes/e2fsprogs/e2fsprogs-native_1.41.9.bb20
-rw-r--r--recipes/e2fsprogs/e2fsprogs_1.41.9.bb125
-rw-r--r--recipes/efl1/edje-fpu.inc6
-rw-r--r--recipes/efl1/edje_svn.bb7
-rw-r--r--recipes/efl1/ewl_svn.bb4
-rw-r--r--recipes/efl1/libeflvala_git.bb (renamed from recipes/freesmartphone/libeflvala_git.bb)0
-rw-r--r--recipes/efl1/libefso_svn.bb2
-rw-r--r--recipes/eglibc/eglibc-package.bbclass16
-rw-r--r--recipes/eglibc/eglibc.inc2
-rw-r--r--recipes/eglibc/eglibc_2.11.bb2
-rw-r--r--