Comments
Patch
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
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
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
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
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
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
@@ -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}"
deleted file mode 100644
@@ -1,6 +0,0 @@
-include dbus.inc
-
-PR = "${INC_PR}.0"
-
-SRC_URI[md5sum] = "5ec43dc4554cba638917317b2b4f7640"
-SRC_URI[sha256sum] = "5fba6b7a415d761a843fb8e0aee72db61cf13057a9ef8cdc795e5d369dc74cf1"
new file mode 100644
@@ -0,0 +1,6 @@
+include dbus.inc
+
+PR = "${INC_PR}.0"
+
+SRC_URI[md5sum] = "3bf059c7dd5eda5f539a1b7cfe7a14a2"
+SRC_URI[sha256sum] = "fc1370ef38abeeb13f55c905ec002e60705fb0bfde3b8d21c8d6eb8056c11bac"
dbus, dbus-ptest upgraded to v1.6.8 Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> --- 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 .../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