diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2017-12-08 13:03:14 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-18 18:03:57 +0000 |
commit | 5a006997c8a856cd01e371cb3e5e9e76df02bff7 (patch) | |
tree | 8e12b8b437d4cbbb06837e662d378333b8852c02 /meta | |
parent | e9bb058e557f2aee13ea22b8d05d632b8a0495f6 (diff) | |
download | poky-5a006997c8a856cd01e371cb3e5e9e76df02bff7.tar.gz |
dbus-test: upgrade to 1.12.2
Upgrade dbus-test to 1.12.2 as dbus has been upgraded to this version.
(From OE-Core rev: 98ba6497296583b7496a9e168db201da4a9e5b66)
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')
-rw-r--r-- | meta/recipes-core/dbus/dbus-test_1.12.2.bb (renamed from meta/recipes-core/dbus/dbus-test_1.10.20.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/dbus/dbus-test_1.10.20.bb b/meta/recipes-core/dbus/dbus-test_1.12.2.bb index eeadb7d35b..c3891a3370 100644 --- a/meta/recipes-core/dbus/dbus-test_1.10.20.bb +++ b/meta/recipes-core/dbus/dbus-test_1.12.2.bb | |||
@@ -17,8 +17,8 @@ SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ | |||
17 | file://clear-guid_from_server-if-send_negotiate_unix_f.patch \ | 17 | file://clear-guid_from_server-if-send_negotiate_unix_f.patch \ |
18 | " | 18 | " |
19 | 19 | ||
20 | SRC_URI[md5sum] = "94c991e763d4f9f13690416b2dcd9411" | 20 | SRC_URI[md5sum] = "3361456cadb99aa6601bed5b48964254" |
21 | SRC_URI[sha256sum] = "e574b9780b5425fde4d973bb596e7ea0f09e00fe2edd662da9016e976c460b48" | 21 | SRC_URI[sha256sum] = "272bb5091770b047c8188b926d5e6038fa4fe6745488b2add96b23e2d9a83d88" |
22 | 22 | ||
23 | S="${WORKDIR}/dbus-${PV}" | 23 | S="${WORKDIR}/dbus-${PV}" |
24 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/dbus:" | 24 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/dbus:" |