summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dbus
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-01-14 11:07:51 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-01 16:19:44 +0000
commit0e6608ba8810c1062c569a8c94aae7e4cba99f09 (patch)
tree1f469f207349762925572b3b1ce416bdd16035b5 /meta/recipes-core/dbus
parent7bb96b87a826feda019e10fed0d2c521dd2901c4 (diff)
downloadpoky-0e6608ba8810c1062c569a8c94aae7e4cba99f09.tar.gz
dbus: extend to nativesdk
BBCLASSEXTEND dbus to nativesdk for meta-toolchain-qte, and disable the dependency on libsm when building in this context (thus avoiding a number of sub-dependencies). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/dbus')
-rw-r--r--meta/recipes-core/dbus/dbus.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
index beb2072c2a..da77819c3b 100644
--- a/meta/recipes-core/dbus/dbus.inc
+++ b/meta/recipes-core/dbus/dbus.inc
@@ -6,6 +6,7 @@ LICENSE = "AFL2.1 | GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=10dded3b58148f3f1fd804b26354af3e \
7 file://dbus/dbus.h;firstline=6;endline=20;md5=6eea2e0c7750dd8e620dcb1437312fa5" 7 file://dbus/dbus.h;firstline=6;endline=20;md5=6eea2e0c7750dd8e620dcb1437312fa5"
8DEPENDS = "expat virtual/libintl virtual/libx11 libsm" 8DEPENDS = "expat virtual/libintl virtual/libx11 libsm"
9DEPENDS_virtclass-nativesdk = "expat virtual/libintl virtual/libx11"
9 10
10SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ 11SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
11 file://tmpdir.patch; \ 12 file://tmpdir.patch; \
@@ -88,4 +89,4 @@ do_install_virtclass-native() {
88 # dbus-glib-native and dbus-glib need this xml file 89 # dbus-glib-native and dbus-glib need this xml file
89 ./bus/dbus-daemon --introspect > ${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml 90 ./bus/dbus-daemon --introspect > ${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml
90} 91}
91BBCLASSEXTEND = "native" 92BBCLASSEXTEND = "native nativesdk"