From c1095f423653c5b37c3d219167d047b14cf13756 Mon Sep 17 00:00:00 2001 From: Cristian Iorga Date: Thu, 17 Jan 2013 15:16:37 +0200 Subject: [PATCH] dbus: upgrade to 1.6.8 dbus, dbus-ptest upgraded to v1.6.8 (From OE-Core rev: 272661a7fca7e0ee8f6b0d7a4ba97f09a82a540e) Signed-off-by: Cristian Iorga Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-core/dbus/{dbus-1.6.4 => dbus-1.6.8}/dbus-1.init | 0 meta/recipes-core/dbus/{dbus-1.6.4 => dbus-1.6.8}/ptest.patch | 0 meta/recipes-core/dbus/{dbus-1.6.4 => dbus-1.6.8}/run-ptest | 0 .../dbus/{dbus-1.6.4 => dbus-1.6.8}/test-run-path.patch | 0 meta/recipes-core/dbus/{dbus-1.6.4 => dbus-1.6.8}/tmpdir.patch | 0 meta/recipes-core/dbus/{dbus-ptest_1.6.4.bb => dbus-ptest_1.6.8.bb} | 4 ++-- meta/recipes-core/dbus/dbus_1.6.4.bb | 6 ------ meta/recipes-core/dbus/dbus_1.6.8.bb | 6 ++++++ 8 files changed, 8 insertions(+), 8 deletions(-) rename meta/recipes-core/dbus/{dbus-1.6.4 => dbus-1.6.8}/dbus-1.init (100%) rename meta/recipes-core/dbus/{dbus-1.6.4 => dbus-1.6.8}/ptest.patch (100%) rename meta/recipes-core/dbus/{dbus-1.6.4 => dbus-1.6.8}/run-ptest (100%) rename meta/recipes-core/dbus/{dbus-1.6.4 => dbus-1.6.8}/test-run-path.patch (100%) rename meta/recipes-core/dbus/{dbus-1.6.4 => dbus-1.6.8}/tmpdir.patch (100%) rename meta/recipes-core/dbus/{dbus-ptest_1.6.4.bb => dbus-ptest_1.6.8.bb} (91%) delete mode 100644 meta/recipes-core/dbus/dbus_1.6.4.bb create mode 100644 meta/recipes-core/dbus/dbus_1.6.8.bb 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 similarity index 100% rename from meta/recipes-core/dbus/dbus-1.6.4/dbus-1.init rename to 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 similarity index 100% rename from meta/recipes-core/dbus/dbus-1.6.4/ptest.patch rename to 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 similarity index 100% rename from meta/recipes-core/dbus/dbus-1.6.4/run-ptest rename to 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 similarity index 100% rename from meta/recipes-core/dbus/dbus-1.6.4/test-run-path.patch rename to 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 similarity index 100% rename from meta/recipes-core/dbus/dbus-1.6.4/tmpdir.patch rename to 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 similarity index 91% rename from meta/recipes-core/dbus/dbus-ptest_1.6.4.bb rename to meta/recipes-core/dbus/dbus-ptest_1.6.8.bb index dbfa638..fd7ce7d 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 \ file://run-ptest \ " -SRC_URI[md5sum] = "5ec43dc4554cba638917317b2b4f7640" -SRC_URI[sha256sum] = "5fba6b7a415d761a843fb8e0aee72db61cf13057a9ef8cdc795e5d369dc74cf1" +SRC_URI[md5sum] = "3bf059c7dd5eda5f539a1b7cfe7a14a2" +SRC_URI[sha256sum] = "fc1370ef38abeeb13f55c905ec002e60705fb0bfde3b8d21c8d6eb8056c11bac" S="${WORKDIR}/dbus-${PV}" 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 179097d..0000000 --- a/meta/recipes-core/dbus/dbus_1.6.4.bb +++ /dev/null @@ -1,6 +0,0 @@ -include dbus.inc - -PR = "${INC_PR}.0" - -SRC_URI[md5sum] = "5ec43dc4554cba638917317b2b4f7640" -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 0000000..facc02e --- /dev/null +++ b/meta/recipes-core/dbus/dbus_1.6.8.bb @@ -0,0 +1,6 @@ +include dbus.inc + +PR = "${INC_PR}.0" + +SRC_URI[md5sum] = "3bf059c7dd5eda5f539a1b7cfe7a14a2" +SRC_URI[sha256sum] = "fc1370ef38abeeb13f55c905ec002e60705fb0bfde3b8d21c8d6eb8056c11bac" -- 2.7.4