summaryrefslogtreecommitdiffstats
path: root/recipes-extended/dbus
Commit message (Collapse)AuthorAgeFilesLines
* dbus-java: Include features check from classpathAndrei Gherzan2022-08-221-0/+2
| | | | | | | | | | | classpath is an indirect dependency of this package that also has a required distro feature on x11. Without having the same feature check here, a world build would fail when x11 is not enabled. Reflecting the same feature check in this recipe, makes sure that world will skip it as well. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* all: run convert-overrides (0.9.3) script to convert to new override formatAJ Bagwell2021-08-111-7/+7
| | | | | Signed-off-by: AJ Bagwell <anthony.bagwell@hivehome.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* dbus-java: Do not use all as PACKAGE_ARCHRicardo Ribalda Delgado2019-07-091-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | dbus-java has RDEPEND that are not PACKAGE_ARCH=all Fixes: ERROR: dbus-java-2.7-r0 do_populate_sysroot_setscene: Error executing a python function in exec_python_func() autogenerated: The stack trace of python calls that resulted in this exception/failure was: File: 'exec_python_func() autogenerated', lineno: 2, function: <module> 0001: *** 0002:do_populate_sysroot_setscene(d) 0003: File: '/workdir/repo/poky/meta/classes/staging.bbclass', lineno: 126, function: do_populate_sysroot_setscene 0122:do_populate_sysroot[sstate-outputdirs] = "${COMPONENTS_DIR}/${PACKAGE_ARCH}/${PN}" 0123:do_populate_sysroot[sstate-fixmedir] = "${COMPONENTS_DIR}/${PACKAGE_ARCH}/${PN}" 0124: 0125:python do_populate_sysroot_setscene () { *** 0126: sstate_setscene(d) 0127:} 0128:addtask do_populate_sysroot_setscene 0129: 0130:def staging_copyfile(c, target, dest, postinsts, seendirs): Signed-off-by: Ricardo Ribalda Delgado <ricardo@ribalda.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* dbus-java: do not build any documentationYevgeny Popovych2018-08-141-20/+2
| | | | | | | Support for respective docbook tools has been removed in pyro release. Signed-off-by: Yevgeny Popovych <yevgenyp@pointgrab.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* set SUMMARY instead of DESCRIPTIONAndré Draszik2018-06-191-3/+3
| | | | | | | | | Short descriptions should go into SUMMARY (DESCRIPTION will get the same value if not set.) Signed-off-by: André Draszik <andre.draszik@jci.com> Tested-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
* dbus-java: User PN instead of hardcoding namesKhem Raj2013-09-291-6/+6
| | | | | | remove JFLAGS dont need them anymore Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dbus-java: switch to dbus-java-bin an dbus-java-viewr to ${PN}- packages nameHenning Heinold2013-04-241-7/+7
| | | | Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
* recipes-extended: split out recipes which are not needed for compiling openjdkHenning Heinold2013-04-051-0/+92
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>