diff options
author | Koen Kooi <koen@openembedded.org> | 2006-07-30 08:42:18 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-07-30 08:42:18 +0000 |
commit | e040e03e0619e64bc2509f0de73538cd5ca5391b (patch) | |
tree | 2d25367322804481efb28f2c58adb069a67da326 /packages/dbus | |
parent | 110a855c87073f306b008cff224ea869f74022a2 (diff) |
dbus 0.62: also set filespatch in the .inc
Diffstat (limited to 'packages/dbus')
-rw-r--r-- | packages/dbus/dbus_0.62.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/dbus/dbus_0.62.inc b/packages/dbus/dbus_0.62.inc index c1c84713a3..3b0f24f408 100644 --- a/packages/dbus/dbus_0.62.inc +++ b/packages/dbus/dbus_0.62.inc @@ -5,6 +5,9 @@ DESCRIPTION = "message bus system for applications to talk to one another" LICENSE = "GPL" DEPENDS = "expat glib-2.0 virtual/libintl" + +FILESPATH = "${FILE_DIRNAME}/dbus-0.6x:${FILE_DIRNAME}/dbus" + SRC_URI = "http://freedesktop.org/software/dbus/releases/dbus-${PV}.tar.gz \ file://cross.patch;patch=1 \ file://tmpdir.patch;patch=1 \ |