diff options
author | Chris Larson <clarson@kergoth.com> | 2005-04-02 23:18:59 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2005-04-02 23:18:59 +0000 |
commit | 051dc38192ed40cc675bf66103c1ad4945762899 (patch) | |
tree | 102dc4f7a2e7fec9d00e045403494038722b4668 /packages/dbus/dbus_0.23.bb | |
parent | 0a5cefea6ad60061171c450332b35202d44c5b1a (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into handhelds.org:/home/kergoth/code/openembedded
2005/04/02 17:30:09-05:00 handhelds.org!kergoth
Apply a patch to dbus to make it use the gettext autoconf macros, so that its nls support can be disabled (note that atm it links against libintl anyway, through glib's use of it, since -lintl is in the glib .pc files).
BKrev: 424f2863eUcoABD12GDxqIWbMLwsFQ
Diffstat (limited to 'packages/dbus/dbus_0.23.bb')
-rw-r--r-- | packages/dbus/dbus_0.23.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/dbus/dbus_0.23.bb b/packages/dbus/dbus_0.23.bb index f03dd6a0ce..c0faeec1a6 100644 --- a/packages/dbus/dbus_0.23.bb +++ b/packages/dbus/dbus_0.23.bb @@ -1,16 +1,17 @@ SECTION = "base" -PR = "r1" +PR = "r2" 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" +DEPENDS = "expat glib-2.0 virtual/libintl" SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \ file://cross.patch;patch=1 \ file://tmpdir.patch;patch=1 \ + file://gettext.patch;patch=1 \ file://dbus-1.init" -inherit autotools pkgconfig update-rc.d +inherit autotools pkgconfig update-rc.d gettext INITSCRIPT_NAME = "dbus-1" INITSCRIPT_PARAMS = "defaults" |