mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
dbus-glib: 0.76 -> 0.78
This commit is contained in:
13
meta/packages/dbus/dbus-glib-0.78/fix_asneeded.patch
vendored
Normal file
13
meta/packages/dbus/dbus-glib-0.78/fix_asneeded.patch
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: dbus-glib-0.78/dbus/Makefile.am
|
||||
===================================================================
|
||||
--- dbus-glib-0.78.orig/dbus/Makefile.am 2009-01-15 15:14:29.000000000 +0000
|
||||
+++ dbus-glib-0.78/dbus/Makefile.am 2009-01-15 15:14:46.000000000 +0000
|
||||
@@ -104,7 +104,7 @@
|
||||
|
||||
dbus_bash_completion_helper_SOURCES = \
|
||||
dbus-bash-completion-helper.c
|
||||
-dbus_bash_completion_helper_LDADD=$(DBUS_LIBS) $(DBUS_GLIB_LIBS) -lexpat libdbus-gtool.la libdbus-glib-1.la
|
||||
+dbus_bash_completion_helper_LDADD=$(DBUS_LIBS) $(DBUS_GLIB_LIBS) libdbus-gtool.la libdbus-glib-1.la -lexpat
|
||||
|
||||
|
||||
EXTRA_DIST=dbus-gmarshal.list make-dbus-glib-error-switch.sh make-dbus-glib-error-enum.sh dbus-bash-completion.sh.in
|
||||
@@ -3,7 +3,7 @@ inherit native
|
||||
|
||||
DEPENDS = "glib-2.0-native dbus-native"
|
||||
|
||||
PR = "r3"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI += "file://run-with-tmp-session-bus.patch;patch=1"
|
||||
|
||||
@@ -5,6 +5,7 @@ LICENSE = "GPL"
|
||||
DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native dbus"
|
||||
|
||||
SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
|
||||
file://fix_asneeded.patch;patch=1 \
|
||||
file://no-examples.patch;patch=1"
|
||||
|
||||
inherit autotools_stage pkgconfig gettext
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require dbus-glib.inc
|
||||
|
||||
PR = "r4"
|
||||
PR = "r0"
|
||||
|
||||
do_configure_prepend() {
|
||||
cp -p ${STAGING_DATADIR_NATIVE}/dbus/dbus-glib-bindings.h ${S}/tools/
|
||||
Reference in New Issue
Block a user