aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus/dbus-ptest_1.6.8.bb
diff options
context:
space:
mode:
authorCristian Iorga <cristian.iorga@intel.com>2013-07-11 15:41:43 +0300
committerSaul Wold <sgw@linux.intel.com>2013-07-12 10:12:12 -0700
commite516f18d663447954082b5d2df6c1033cb9b4e65 (patch)
tree02b2d1418f223ef529b6ede3702106aa179b4c1a /meta/recipes-core/dbus/dbus-ptest_1.6.8.bb
parent6b70373923909a05bb4d99beb8105c732ee0b2de (diff)
downloadopenembedded-core-contrib-e516f18d663447954082b5d2df6c1033cb9b4e65.tar.gz
dbus: upgrade to 1.6.10
dbus-ptest also upgraded to 1.6.10 systemd-address.patch removed; included in upstream. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/dbus/dbus-ptest_1.6.8.bb')
-rw-r--r--meta/recipes-core/dbus/dbus-ptest_1.6.8.bb49
1 files changed, 0 insertions, 49 deletions
diff --git a/meta/recipes-core/dbus/dbus-ptest_1.6.8.bb b/meta/recipes-core/dbus/dbus-ptest_1.6.8.bb
deleted file mode 100644
index 8d21666c57..0000000000
--- a/meta/recipes-core/dbus/dbus-ptest_1.6.8.bb
+++ /dev/null
@@ -1,49 +0,0 @@
-DESCRIPTION = "D-Bus test package, only used for D-bus functionality test."
-HOMEPAGE = "http://dbus.freedesktop.org"
-SECTION = "base"
-LICENSE = "AFL-2 | GPLv2+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \
- file://dbus/dbus.h;beginline=6;endline=20;md5=7755c9d7abccd5dbd25a6a974538bb3c"
-
-DEPENDS = "python-pygobject dbus dbus-glib"
-
-RDEPENDS_${PN} += "make"
-
-SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
- file://tmpdir.patch \
- file://ptest.patch \
- file://dbus-1.init \
- file://run-ptest \
- "
-
-SRC_URI[md5sum] = "3bf059c7dd5eda5f539a1b7cfe7a14a2"
-SRC_URI[sha256sum] = "fc1370ef38abeeb13f55c905ec002e60705fb0bfde3b8d21c8d6eb8056c11bac"
-
-S="${WORKDIR}/dbus-${PV}"
-FILESPATH = "${FILE_DIRNAME}/dbus-${PV}"
-
-inherit autotools pkgconfig gettext ptest
-
-EXTRA_OECONF_X = "${@base_contains('DISTRO_FEATURES', 'x11', '--with-x', '--without-x', d)}"
-EXTRA_OECONF_X_virtclass-native = "--without-x"
-
-EXTRA_OECONF = "--enable-tests \
- --enable-modular-tests \
- --enable-installed-tests \
- --enable-checks \
- --enable-asserts \
- --enable-verbose-mode \
- --disable-xml-docs \
- --disable-doxygen-docs \
- --disable-libaudit \
- --with-xml=expat \
- --with-systemdsystemunitdir=${systemd_unitdir}/system/ \
- --with-dbus-test-dir=${PTEST_PATH} \
- ${EXTRA_OECONF_X}"
-
-do_install() {
-}
-
-do_install_ptest() {
- find ${D}${PTEST_PATH} -name Makefile | xargs sed -i 's/^Makefile:/_Makefile:/'
-}