diff options
author | Ross Burton <ross@openedhand.com> | 2007-09-24 15:16:43 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-09-24 15:16:43 +0000 |
commit | bb9d5bbbcb62d8ca6c9366e39ec357c503d1fa2b (patch) | |
tree | 98619531be9aa390c7aea1b816d9a5467679338b /meta/packages/dbus/dbus_1.0.2.bb | |
parent | 4f06fd1e153b7fc51f0c1759ba43fd66000f9d14 (diff) | |
download | poky-bb9d5bbbcb62d8ca6c9366e39ec357c503d1fa2b.tar.gz |
dbus: add reload action
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2777 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/dbus/dbus_1.0.2.bb')
-rw-r--r-- | meta/packages/dbus/dbus_1.0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/dbus/dbus_1.0.2.bb b/meta/packages/dbus/dbus_1.0.2.bb index 0cfb4ebf46..7bf0a8634d 100644 --- a/meta/packages/dbus/dbus_1.0.2.bb +++ b/meta/packages/dbus/dbus_1.0.2.bb | |||
@@ -6,7 +6,7 @@ DESCRIPTION = "message bus system for applications to talk to one another" | |||
6 | LICENSE = "GPL" | 6 | LICENSE = "GPL" |
7 | DEPENDS = "expat glib-2.0 virtual/libintl" | 7 | DEPENDS = "expat glib-2.0 virtual/libintl" |
8 | 8 | ||
9 | PR = "r2" | 9 | PR = "r3" |
10 | 10 | ||
11 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ | 11 | SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ |
12 | file://tmpdir.patch;patch=1 \ | 12 | file://tmpdir.patch;patch=1 \ |