| Submitter | Radu Moisan |
|---|---|
| Date | May 25, 2012, 8:50 a.m. |
| Message ID | <cover.1337868781.git.radu.moisan@intel.com> |
| Download | mbox |
| Permalink | /patch/28813/ |
| State | New |
| Headers | show |
Pull-request
git://git.yoctoproject.org/poky-contrib rmoisan/updatesComments
Op 25 mei 2012, om 10:50 heeft Radu Moisan het volgende geschreven: > This patchset updates dbus, mtd-utils and foomatic-filters. > > The following changes since commit 0f795f81fe5ad3ef78c21a177eca90fbc8810f81: > > qemu: disable vnc-jpeg compression (2012-05-24 08:53:40 +0100) > > are available in the git repository at: > > git://git.yoctoproject.org/poky-contrib rmoisan/updates > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=rmoisan/updates > > Radu Moisan (3): > foomatic-filters: update to version 4.0.15 > mtd-utils: Update to version 1.5.0 > dbus: Update to version 1.5.12 First: how was this tested? Second: From the dbus website: The current stable branch is D-Bus 1.4.x. This is the recommended version for most purposes. The current development branch is D-Bus 1.5.x, which will lead to a 1.6.x stable branch in future. Why are you deleting the stable branch based recipe and add one from the development branch?
This patchset updates dbus, mtd-utils and foomatic-filters. The following changes since commit 0f795f81fe5ad3ef78c21a177eca90fbc8810f81: qemu: disable vnc-jpeg compression (2012-05-24 08:53:40 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib rmoisan/updates http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=rmoisan/updates Radu Moisan (3): foomatic-filters: update to version 4.0.15 mtd-utils: Update to version 1.5.0 dbus: Update to version 1.5.12 .../dbus/{dbus-1.4.16 => dbus-1.5.12}/dbus-1.init | 0 .../dbus/{dbus-1.4.16 => dbus-1.5.12}/tmpdir.patch | 0 meta/recipes-core/dbus/dbus_1.4.16.bb | 7 ------- meta/recipes-core/dbus/dbus_1.5.12.bb | 7 +++++++ .../add-exclusion-to-mkfs-jffs2-git-2.patch | 0 .../mtd/{mtd-utils_1.4.9.bb => mtd-utils_1.5.0.bb} | 2 +- ...filters_4.0.7.bb => foomatic-filters_4.0.15.bb} | 6 +++--- 7 files changed, 11 insertions(+), 11 deletions(-) rename meta/recipes-core/dbus/{dbus-1.4.16 => dbus-1.5.12}/dbus-1.init (100%) rename meta/recipes-core/dbus/{dbus-1.4.16 => dbus-1.5.12}/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.12.bb rename meta/recipes-devtools/mtd/{mtd-utils-1.4.9 => mtd-utils-1.5.0}/add-exclusion-to-mkfs-jffs2-git-2.patch (100%) rename meta/recipes-devtools/mtd/{mtd-utils_1.4.9.bb => mtd-utils_1.5.0.bb} (98%) rename meta/recipes-extended/foomatic/{foomatic-filters_4.0.7.bb => foomatic-filters_4.0.15.bb} (90%)