summaryrefslogtreecommitdiffstats
path: root/meta/packages/dbus/dbus-glib_0.82.bb
diff options
context:
space:
mode:
authorKevin Tian <kevin.tian@intel.com>2010-07-11 16:02:56 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-13 15:21:45 +0100
commit41acb50c3bed5f040d309e04be528af899cb42ab (patch)
tree770d6aa86df35e224b570bf082ef174433f1216d /meta/packages/dbus/dbus-glib_0.82.bb
parent67eeb71308e8307a99d12417dfb0fe8f016814da (diff)
downloadpoky-41acb50c3bed5f040d309e04be528af899cb42ab.tar.gz
dbud-glib: upgrade to 0.86
[dbus-glib-Ptches] REMOVE _run-with-tmp-session-bus.patch_: test is not built by default DISABLE _fix_asneeded.patch_: not sure why we need change expat link order. Disable it but keep for a while KEEP _no-examples.patch_: don't build examples [dbus-glib-recipe] - remove native and old recipes - remove tweak on dbus-glib-bindings.h, since it will be generated correctly after passing correct config options linking to native dbus-binding-tool and dbus-bus-introspect.xml - remove preferred versions in poky-fixed-revisions.inc with similar reason as dbus Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages/dbus/dbus-glib_0.82.bb')
-rw-r--r--meta/packages/dbus/dbus-glib_0.82.bb9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta/packages/dbus/dbus-glib_0.82.bb b/meta/packages/dbus/dbus-glib_0.82.bb
deleted file mode 100644
index f54023684b..0000000000
--- a/meta/packages/dbus/dbus-glib_0.82.bb
+++ /dev/null
@@ -1,9 +0,0 @@
1require dbus-glib.inc
2
3PR = "r0"
4
5do_configure_prepend() {
6 cp -p ${STAGING_DATADIR_NATIVE}/dbus/dbus-glib-bindings.h ${S}/tools/
7}
8
9EXTRA_OECONF += "--with-dbus-binding-tool=${STAGING_BINDIR_NATIVE}/dbus-binding-tool"