summaryrefslogtreecommitdiffstats
path: root/meta/packages/dbus/dbus-glib.inc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-05 17:21:56 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-05 17:21:56 +0000
commitf0b6ce84826e63cd9c95e0427ee7890c454bc364 (patch)
tree2ec818ec1f9218f94accafb86c560a69fb809291 /meta/packages/dbus/dbus-glib.inc
parent0d8a8c893226ec11bdfb51466199e1d748875338 (diff)
downloadpoky-f0b6ce84826e63cd9c95e0427ee7890c454bc364.tar.gz
dbus-glib: Factor into a common .inc file and cleanup the recipe using autotools staging
Diffstat (limited to 'meta/packages/dbus/dbus-glib.inc')
-rw-r--r--meta/packages/dbus/dbus-glib.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/dbus/dbus-glib.inc b/meta/packages/dbus/dbus-glib.inc
new file mode 100644
index 0000000000..30ad99c7c8
--- /dev/null
+++ b/meta/packages/dbus/dbus-glib.inc
@@ -0,0 +1,17 @@
1SECTION = "base"
2HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
3DESCRIPTION = "message bus system for applications to talk to one another"
4LICENSE = "GPL"
5DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
6
7SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
8 file://no-examples.patch;patch=1"
9
10inherit autotools_stage pkgconfig gettext
11
12EXTRA_OECONF = "--with-introspect=${STAGING_DATADIR_NATIVE}/dbus/dbus-bus-introspect.xml"
13
14FILES_${PN} = "${libdir}/lib*.so.*"
15FILES_${PN}-dev += "${libdir}/dbus-1.0/include ${bindir}/dbus-glib-tool"
16FILES_${PN}-dev += "${bindir}/dbus-binding-tool"
17