diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-01-17 15:16:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-21 10:22:09 +0000 |
commit | bac53df5e53ebe26cf2d267a30ab1bbdccd3b541 (patch) | |
tree | 6f9654d345ac03f9b33fb779e2b83f454e2c5b23 /meta/recipes-core/dbus | |
parent | 21d04932de99056fbbff69c510c5599c2c851837 (diff) | |
download | poky-bac53df5e53ebe26cf2d267a30ab1bbdccd3b541.tar.gz |
dbus: upgrade to 1.6.8
dbus, dbus-ptest upgraded to v1.6.8
(From OE-Core rev: 272661a7fca7e0ee8f6b0d7a4ba97f09a82a540e)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.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-1.6.8/dbus-1.init (renamed from meta/recipes-core/dbus/dbus-1.6.4/dbus-1.init) | 0 | ||||
-rw-r--r-- | meta/recipes-core/dbus/dbus-1.6.8/ptest.patch (renamed from meta/recipes-core/dbus/dbus-1.6.4/ptest.patch) | 0 | ||||
-rwxr-xr-x | meta/recipes-core/dbus/dbus-1.6.8/run-ptest (renamed from meta/recipes-core/dbus/dbus-1.6.4/run-ptest) | 0 | ||||
-rw-r--r-- | meta/recipes-core/dbus/dbus-1.6.8/test-run-path.patch (renamed from meta/recipes-core/dbus/dbus-1.6.4/test-run-path.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-core/dbus/dbus-1.6.8/tmpdir.patch (renamed from meta/recipes-core/dbus/dbus-1.6.4/tmpdir.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-core/dbus/dbus-ptest_1.6.8.bb (renamed from meta/recipes-core/dbus/dbus-ptest_1.6.4.bb) | 4 | ||||
-rw-r--r-- | meta/recipes-core/dbus/dbus_1.6.4.bb | 6 | ||||
-rw-r--r-- | meta/recipes-core/dbus/dbus_1.6.8.bb | 6 |
8 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-core/dbus/dbus-1.6.4/dbus-1.init b/meta/recipes-core/dbus/dbus-1.6.8/dbus-1.init index 64f2170255..64f2170255 100644 --- a/meta/recipes-core/dbus/dbus-1.6.4/dbus-1.init +++ b/meta/recipes-core/dbus/dbus-1.6.8/dbus-1.init | |||
diff --git a/meta/recipes-core/dbus/dbus-1.6.4/ptest.patch b/meta/recipes-core/dbus/dbus-1.6.8/ptest.patch index 106bfb4c57..106bfb4c57 100644 --- a/meta/recipes-core/dbus/dbus-1.6.4/ptest.patch +++ b/meta/recipes-core/dbus/dbus-1.6.8/ptest.patch | |||
diff --git a/meta/recipes-core/dbus/dbus-1.6.4/run-ptest b/meta/recipes-core/dbus/dbus-1.6.8/run-ptest index e08ecb1a63..e08ecb1a63 100755 --- a/meta/recipes-core/dbus/dbus-1.6.4/run-ptest +++ b/meta/recipes-core/dbus/dbus-1.6.8/run-ptest | |||
diff --git a/meta/recipes-core/dbus/dbus-1.6.4/test-run-path.patch b/meta/recipes-core/dbus/dbus-1.6.8/test-run-path.patch index 5c08c9354a..5c08c9354a 100644 --- a/meta/recipes-core/dbus/dbus-1.6.4/test-run-path.patch +++ b/meta/recipes-core/dbus/dbus-1.6.8/test-run-path.patch | |||
diff --git a/meta/recipes-core/dbus/dbus-1.6.4/tmpdir.patch b/meta/recipes-core/dbus/dbus-1.6.8/tmpdir.patch index bf086e1788..bf086e1788 100644 --- a/meta/recipes-core/dbus/dbus-1.6.4/tmpdir.patch +++ b/meta/recipes-core/dbus/dbus-1.6.8/tmpdir.patch | |||
diff --git a/meta/recipes-core/dbus/dbus-ptest_1.6.4.bb b/meta/recipes-core/dbus/dbus-ptest_1.6.8.bb index dbfa6381c1..fd7ce7dc62 100644 --- a/meta/recipes-core/dbus/dbus-ptest_1.6.4.bb +++ b/meta/recipes-core/dbus/dbus-ptest_1.6.8.bb | |||
@@ -16,8 +16,8 @@ SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \ | |||
16 | file://run-ptest \ | 16 | file://run-ptest \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRC_URI[md5sum] = "5ec43dc4554cba638917317b2b4f7640" | 19 | SRC_URI[md5sum] = "3bf059c7dd5eda5f539a1b7cfe7a14a2" |
20 | SRC_URI[sha256sum] = "5fba6b7a415d761a843fb8e0aee72db61cf13057a9ef8cdc795e5d369dc74cf1" | 20 | SRC_URI[sha256sum] = "fc1370ef38abeeb13f55c905ec002e60705fb0bfde3b8d21c8d6eb8056c11bac" |
21 | 21 | ||
22 | S="${WORKDIR}/dbus-${PV}" | 22 | S="${WORKDIR}/dbus-${PV}" |
23 | FILESPATH = "${FILE_DIRNAME}/dbus-${PV}" | 23 | FILESPATH = "${FILE_DIRNAME}/dbus-${PV}" |
diff --git a/meta/recipes-core/dbus/dbus_1.6.4.bb b/meta/recipes-core/dbus/dbus_1.6.4.bb deleted file mode 100644 index 179097d7b1..0000000000 --- a/meta/recipes-core/dbus/dbus_1.6.4.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | include dbus.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI[md5sum] = "5ec43dc4554cba638917317b2b4f7640" | ||
6 | SRC_URI[sha256sum] = "5fba6b7a415d761a843fb8e0aee72db61cf13057a9ef8cdc795e5d369dc74cf1" | ||
diff --git a/meta/recipes-core/dbus/dbus_1.6.8.bb b/meta/recipes-core/dbus/dbus_1.6.8.bb new file mode 100644 index 0000000000..facc02ee63 --- /dev/null +++ b/meta/recipes-core/dbus/dbus_1.6.8.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | include dbus.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI[md5sum] = "3bf059c7dd5eda5f539a1b7cfe7a14a2" | ||
6 | SRC_URI[sha256sum] = "fc1370ef38abeeb13f55c905ec002e60705fb0bfde3b8d21c8d6eb8056c11bac" | ||