[oe-commits] org.oe.dev dbus-glib: depend on dbus to get dbus.h

koen commit openembedded-commits at lists.openembedded.org
Mon Aug 28 15:52:11 UTC 2006


dbus-glib: depend on dbus to get dbus.h

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: b27820d75a034508419598a68bcbe1342bcf2ee1
ViewMTN: http://monotone.openembedded.org/revision.psp?id=b27820d75a034508419598a68bcbe1342bcf2ee1
Files:
1
packages/dbus/dbus-glib_0.71.bb
Diffs:

#
# mt diff -r0fea0578b1e3b58c2977ccba0088825f9112ffa8 -rb27820d75a034508419598a68bcbe1342bcf2ee1
#
# 
# 
# patch "packages/dbus/dbus-glib_0.71.bb"
#  from [b9159d8a6f5b39422a26ec5b0a89be77803e30ef]
#    to [8f1a2237f0c4feb82d779a588720379d0ca33c23]
# 
============================================================
--- packages/dbus/dbus-glib_0.71.bb	b9159d8a6f5b39422a26ec5b0a89be77803e30ef
+++ packages/dbus/dbus-glib_0.71.bb	8f1a2237f0c4feb82d779a588720379d0ca33c23
@@ -1,9 +1,9 @@ LICENSE = "GPL"
 SECTION = "base"
 PR = "r0"
 HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
 DESCRIPTION = "message bus system for applications to talk to one another"
 LICENSE = "GPL"
-DEPENDS = "expat glib-2.0 virtual/libintl dbus-glib-native"
+DEPENDS = "expat glib-2.0 virtual/libintl dbus"
 
 SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-glib-${PV}.tar.gz \
 	   file://cross.patch;patch=1 \






More information about the Openembedded-commits mailing list