| Submitter | Shane Wang |
|---|---|
| Date | Dec. 23, 2011, 4:35 p.m. |
| Message ID | <730a89487990ac89b5cf86063d083d23a5501188.1324657801.git.shane.wang@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/17567/ |
| State | New |
| Headers | show |
Comments
Op 23 dec. 2011, om 17:35 heeft Shane Wang het volgende geschreven: > Signed-off-by: Shane Wang <shane.wang@intel.com> > --- > > delete mode 100644 meta/recipes-core/dbus/dbus_1.4.16.bb > create mode 100644 meta/recipes-core/dbus/dbus_1.5.8.bb From the dbus website: The current stable branch is 1.4.x, and the latest stable release is D-Bus 1.4.16 (2011-09-21). See the 1.4.16 release announcement. [..] The current development branch is 1.5.x, and the latest development release is D-Bus 1.5.8 (2011-09-21). See the 1.5.8 release announcement. Why is this switching dbus to the unstable branch?
Koen Kooi wrote onĀ 2011-12-24: > > Op 23 dec. 2011, om 17:35 heeft Shane Wang het volgende geschreven: > >> Signed-off-by: Shane Wang <shane.wang@intel.com> >> --- >> >> delete mode 100644 meta/recipes-core/dbus/dbus_1.4.16.bb >> create mode 100644 meta/recipes-core/dbus/dbus_1.5.8.bb > > From the dbus website: > > The current stable branch is 1.4.x, and the latest stable release is D-Bus > 1.4.16 (2011-09-21). See the 1.4.16 release announcement. > [..] > The current development branch is 1.5.x, and the latest development release > is D-Bus 1.5.8 (2011-09-21). See the 1.5.8 release announcement. > > Why is this switching dbus to the unstable branch? Sorry, I am not aware of it but just find the version update from the package report system. Will remove the patch. -- Shane
Patch
diff --git a/meta/recipes-core/dbus/dbus-1.4.16/dbus-1.init b/meta/recipes-core/dbus/dbus-1.5.8/dbus-1.init similarity index 100% rename from meta/recipes-core/dbus/dbus-1.4.16/dbus-1.init rename to meta/recipes-core/dbus/dbus-1.5.8/dbus-1.init diff --git a/meta/recipes-core/dbus/dbus-1.4.16/tmpdir.patch b/meta/recipes-core/dbus/dbus-1.5.8/tmpdir.patch similarity index 100% rename from meta/recipes-core/dbus/dbus-1.4.16/tmpdir.patch rename to meta/recipes-core/dbus/dbus-1.5.8/tmpdir.patch diff --git a/meta/recipes-core/dbus/dbus_1.4.16.bb b/meta/recipes-core/dbus/dbus_1.4.16.bb deleted file mode 100644 index f87f266..0000000 --- a/meta/recipes-core/dbus/dbus_1.4.16.bb +++ /dev/null @@ -1,5 +0,0 @@ -include dbus.inc - -SRC_URI[md5sum] = "44a2a10678e7e50460879c3eb4453a65" -SRC_URI[sha256sum] = "1d8ee6262f8cc2148f06578eee522c755ba0896206b3464ca9bdc84f411b29c6" - diff --git a/meta/recipes-core/dbus/dbus_1.5.8.bb b/meta/recipes-core/dbus/dbus_1.5.8.bb new file mode 100644 index 0000000..d50999e --- /dev/null +++ b/meta/recipes-core/dbus/dbus_1.5.8.bb @@ -0,0 +1,6 @@ +include dbus.inc + +SRC_URI[md5sum] = "87fee7d4de53d88abf93d4915a77a2c1" +SRC_URI[sha256sum] = "6e1cd5248562b5362e9a1ad8314459fe2f60ee3b9622ce0afd68cc9df8ae7c5e" + +
Signed-off-by: Shane Wang <shane.wang@intel.com> --- .../dbus/{dbus-1.4.16 => dbus-1.5.8}/dbus-1.init | 0 .../dbus/{dbus-1.4.16 => dbus-1.5.8}/tmpdir.patch | 0 meta/recipes-core/dbus/dbus_1.4.16.bb | 5 ----- meta/recipes-core/dbus/dbus_1.5.8.bb | 6 ++++++ 4 files changed, 6 insertions(+), 5 deletions(-) rename meta/recipes-core/dbus/{dbus-1.4.16 => dbus-1.5.8}/dbus-1.init (100%) rename meta/recipes-core/dbus/{dbus-1.4.16 => dbus-1.5.8}/tmpdir.patch (100%) delete mode 100644 meta/recipes-core/dbus/dbus_1.4.16.bb create mode 100644 meta/recipes-core/dbus/dbus_1.5.8.bb