| Submitter | Koen Kooi |
|---|---|
| Date | Nov. 20, 2011, 9:52 a.m. |
| Message ID | <1321782765-28952-1-git-send-email-koen@dominion.thruhere.net> |
| Download | mbox | patch |
| Permalink | /patch/15147/ |
| State | New |
| Headers | show |
Comments
On Sun, 2011-11-20 at 10:52 +0100, Koen Kooi wrote: > Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> > --- > .../dbus/{dbus-1.4.12 => dbus-1.4.16}/dbus-1.init | 0 > .../dbus/{dbus-1.4.12 => dbus-1.4.16}/tmpdir.patch | 0 > meta/recipes-core/dbus/dbus_1.4.12.bb | 7 ------- > meta/recipes-core/dbus/dbus_1.4.16.bb | 5 +++++ > 4 files changed, 5 insertions(+), 7 deletions(-) > rename meta/recipes-core/dbus/{dbus-1.4.12 => dbus-1.4.16}/dbus-1.init (100%) > rename meta/recipes-core/dbus/{dbus-1.4.12 => dbus-1.4.16}/tmpdir.patch (100%) > delete mode 100644 meta/recipes-core/dbus/dbus_1.4.12.bb > create mode 100644 meta/recipes-core/dbus/dbus_1.4.16.bb Merged to master, thanks. Richard
Patch
diff --git a/meta/recipes-core/dbus/dbus-1.4.12/dbus-1.init b/meta/recipes-core/dbus/dbus-1.4.16/dbus-1.init similarity index 100% rename from meta/recipes-core/dbus/dbus-1.4.12/dbus-1.init rename to meta/recipes-core/dbus/dbus-1.4.16/dbus-1.init diff --git a/meta/recipes-core/dbus/dbus-1.4.12/tmpdir.patch b/meta/recipes-core/dbus/dbus-1.4.16/tmpdir.patch similarity index 100% rename from meta/recipes-core/dbus/dbus-1.4.12/tmpdir.patch rename to meta/recipes-core/dbus/dbus-1.4.16/tmpdir.patch diff --git a/meta/recipes-core/dbus/dbus_1.4.12.bb b/meta/recipes-core/dbus/dbus_1.4.12.bb deleted file mode 100644 index 64cfedd..0000000 --- a/meta/recipes-core/dbus/dbus_1.4.12.bb +++ /dev/null @@ -1,7 +0,0 @@ -include dbus.inc - -PR = "r7" - -SRC_URI[md5sum] = "104f2ea94c10a896dfb1edecb5714cb1" -SRC_URI[sha256sum] = "da3c97fd546610558d588799e27c4fa81101e754acbcd34747a42c131f30dbe7" - diff --git a/meta/recipes-core/dbus/dbus_1.4.16.bb b/meta/recipes-core/dbus/dbus_1.4.16.bb new file mode 100644 index 0000000..f87f266 --- /dev/null +++ b/meta/recipes-core/dbus/dbus_1.4.16.bb @@ -0,0 +1,5 @@ +include dbus.inc + +SRC_URI[md5sum] = "44a2a10678e7e50460879c3eb4453a65" +SRC_URI[sha256sum] = "1d8ee6262f8cc2148f06578eee522c755ba0896206b3464ca9bdc84f411b29c6" +
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> --- .../dbus/{dbus-1.4.12 => dbus-1.4.16}/dbus-1.init | 0 .../dbus/{dbus-1.4.12 => dbus-1.4.16}/tmpdir.patch | 0 meta/recipes-core/dbus/dbus_1.4.12.bb | 7 ------- meta/recipes-core/dbus/dbus_1.4.16.bb | 5 +++++ 4 files changed, 5 insertions(+), 7 deletions(-) rename meta/recipes-core/dbus/{dbus-1.4.12 => dbus-1.4.16}/dbus-1.init (100%) rename meta/recipes-core/dbus/{dbus-1.4.12 => dbus-1.4.16}/tmpdir.patch (100%) delete mode 100644 meta/recipes-core/dbus/dbus_1.4.12.bb create mode 100644 meta/recipes-core/dbus/dbus_1.4.16.bb