diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2015-07-29 11:33:45 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 07:34:06 +0100 |
commit | 8f12739542ea2afa77b307546ff17e45456c5c76 (patch) | |
tree | 5a434c02efb9e797b696d28a595fe5a3129f41c6 /meta/recipes-core/dbus | |
parent | f494fc25ea884dd262d83739e05f0e5d440cdcad (diff) | |
download | poky-8f12739542ea2afa77b307546ff17e45456c5c76.tar.gz |
dbus: upgrade to 1.8.20
(From OE-Core rev: bee8ba766b16d2a7ac7885747b51f08d34bd633d)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/dbus')
-rw-r--r-- | meta/recipes-core/dbus/dbus-test_1.8.20.bb (renamed from meta/recipes-core/dbus/dbus-test_1.8.18.bb) | 4 | ||||
-rw-r--r-- | meta/recipes-core/dbus/dbus_1.8.18.bb | 4 | ||||
-rw-r--r-- | meta/recipes-core/dbus/dbus_1.8.20.bb | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-core/dbus/dbus-test_1.8.18.bb b/meta/recipes-core/dbus/dbus-test_1.8.20.bb index e138f6e594..704070bf20 100644 --- a/meta/recipes-core/dbus/dbus-test_1.8.18.bb +++ b/meta/recipes-core/dbus/dbus-test_1.8.20.bb | |||
@@ -18,8 +18,8 @@ SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ | |||
18 | file://clear-guid_from_server-if-send_negotiate_unix_f.patch \ | 18 | file://clear-guid_from_server-if-send_negotiate_unix_f.patch \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRC_URI[md5sum] = "83e607e9ccb1c921d5b6bbea2376a36c" | 21 | SRC_URI[md5sum] = "b49890bbabedab3a1c3f4f73c7ff8b2b" |
22 | SRC_URI[sha256sum] = "36f2eb9c777a3c71562573da36a147e900a642afcd44d2b0470d992a4898c4f2" | 22 | SRC_URI[sha256sum] = "5c4fbf4c64621c96e871da91d2b729a5b00536e116d3c4612a469d924b1b703a" |
23 | 23 | ||
24 | S="${WORKDIR}/dbus-${PV}" | 24 | S="${WORKDIR}/dbus-${PV}" |
25 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/dbus:" | 25 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/dbus:" |
diff --git a/meta/recipes-core/dbus/dbus_1.8.18.bb b/meta/recipes-core/dbus/dbus_1.8.18.bb deleted file mode 100644 index 2932b7a099..0000000000 --- a/meta/recipes-core/dbus/dbus_1.8.18.bb +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | include dbus.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "83e607e9ccb1c921d5b6bbea2376a36c" | ||
4 | SRC_URI[sha256sum] = "36f2eb9c777a3c71562573da36a147e900a642afcd44d2b0470d992a4898c4f2" | ||
diff --git a/meta/recipes-core/dbus/dbus_1.8.20.bb b/meta/recipes-core/dbus/dbus_1.8.20.bb new file mode 100644 index 0000000000..a8f2094ea6 --- /dev/null +++ b/meta/recipes-core/dbus/dbus_1.8.20.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | include dbus.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "b49890bbabedab3a1c3f4f73c7ff8b2b" | ||
4 | SRC_URI[sha256sum] = "5c4fbf4c64621c96e871da91d2b729a5b00536e116d3c4612a469d924b1b703a" | ||