All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Various PUs
@ 2013-10-30 15:24 Cristian Iorga
  2013-10-30 15:24 ` [PATCH 1/4] libuser: upgrade to 0.60 Cristian Iorga
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Cristian Iorga @ 2013-10-30 15:24 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 5e427966756700e596740778f16b96d03e8568c8:

  recipes: Remove PR = r0 from all recipes (2013-10-30 14:52:04 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ciorga/PU3
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/PU3

Cristian Iorga (4):
  libuser: upgrade to 0.60
  iproute2: upgrade to 3.11.0
  telepathy-mission-control: upgrade to 5.16.0
  telepathy-glib: upgrade to 0.23.0

 .../iproute2/{iproute2_3.10.0.bb => iproute2_3.11.0.bb}              | 4 ++--
 .../telepathy/{telepathy-glib_0.20.4.bb => telepathy-glib_0.23.0.bb} | 5 +++--
 ...mission-control_5.15.0.bb => telepathy-mission-control_5.16.0.bb} | 4 ++--
 meta/recipes-extended/libuser/{libuser_0.59.bb => libuser_0.60.bb}   | 4 ++--
 4 files changed, 9 insertions(+), 8 deletions(-)
 rename meta/recipes-connectivity/iproute2/{iproute2_3.10.0.bb => iproute2_3.11.0.bb} (64%)
 rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.20.4.bb => telepathy-glib_0.23.0.bb} (80%)
 rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.15.0.bb => telepathy-mission-control_5.16.0.bb} (93%)
 rename meta/recipes-extended/libuser/{libuser_0.59.bb => libuser_0.60.bb} (88%)

-- 
1.8.1.2



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 1/4] libuser: upgrade to 0.60
  2013-10-30 15:24 [PATCH 0/4] Various PUs Cristian Iorga
@ 2013-10-30 15:24 ` Cristian Iorga
  2013-10-30 15:24 ` [PATCH 2/4] iproute2: upgrade to 3.11.0 Cristian Iorga
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Cristian Iorga @ 2013-10-30 15:24 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 meta/recipes-extended/libuser/{libuser_0.59.bb => libuser_0.60.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/libuser/{libuser_0.59.bb => libuser_0.60.bb} (88%)

diff --git a/meta/recipes-extended/libuser/libuser_0.59.bb b/meta/recipes-extended/libuser/libuser_0.60.bb
similarity index 88%
rename from meta/recipes-extended/libuser/libuser_0.59.bb
rename to meta/recipes-extended/libuser/libuser_0.60.bb
index a39e9b3..ca608c7 100644
--- a/meta/recipes-extended/libuser/libuser_0.59.bb
+++ b/meta/recipes-extended/libuser/libuser_0.60.bb
@@ -14,8 +14,8 @@ SECTION = "base"
 SRC_URI = "https://fedorahosted.org/releases/l/i/libuser/libuser-${PV}.tar.xz \
            file://fixsepbuild.patch"
 
-SRC_URI[md5sum] = "22835cbfec894b1e9491845ed5023244"
-SRC_URI[sha256sum] = "27a93ed1f6424cfbf539c56cf0ca54d3b9b2c4daba6c408464e3c77ddf9c7a2f"
+SRC_URI[md5sum] = "5c549724999ccca65ceaaecc4eb8cb98"
+SRC_URI[sha256sum] = "b1f73408ebfee79eb01a47c5879a2cdef6a00b75ee24870de7df1b816ff483eb"
 
 DEPENDS = "popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native python"
 
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/4] iproute2: upgrade to 3.11.0
  2013-10-30 15:24 [PATCH 0/4] Various PUs Cristian Iorga
  2013-10-30 15:24 ` [PATCH 1/4] libuser: upgrade to 0.60 Cristian Iorga
@ 2013-10-30 15:24 ` Cristian Iorga
  2013-10-30 15:24 ` [PATCH 3/4] telepathy-mission-control: upgrade to 5.16.0 Cristian Iorga
  2013-10-30 15:24 ` [PATCH 4/4] telepathy-glib: upgrade to 0.23.0 Cristian Iorga
  3 siblings, 0 replies; 6+ messages in thread
From: Cristian Iorga @ 2013-10-30 15:24 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 .../iproute2/{iproute2_3.10.0.bb => iproute2_3.11.0.bb}               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/iproute2/{iproute2_3.10.0.bb => iproute2_3.11.0.bb} (64%)

diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.10.0.bb b/meta/recipes-connectivity/iproute2/iproute2_3.11.0.bb
similarity index 64%
rename from meta/recipes-connectivity/iproute2/iproute2_3.10.0.bb
rename to meta/recipes-connectivity/iproute2/iproute2_3.11.0.bb
index 2220467..98f5a80 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_3.10.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_3.11.0.bb
@@ -4,8 +4,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BPN}-${PV}.tar.xz \
            file://configure-cross.patch \
           "
 
-SRC_URI[md5sum] = "45fb5427fc723a0001c72b92c931ba02"
-SRC_URI[sha256sum] = "c4023d8d722a1ed673474ca0e5a2d61ebd747cc7001a91321757422d9074c97e"
+SRC_URI[md5sum] = "d7ffb27bc9f0d80577b1f3fb9d1a7689"
+SRC_URI[sha256sum] = "0ab31b52b5fd5ff0d3cf03f2068f05eeb4f0b37d107070fbbaacac94df5e88b7"
 
 # CFLAGS are computed in Makefile and reference CCOPTS
 #
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 3/4] telepathy-mission-control: upgrade to 5.16.0
  2013-10-30 15:24 [PATCH 0/4] Various PUs Cristian Iorga
  2013-10-30 15:24 ` [PATCH 1/4] libuser: upgrade to 0.60 Cristian Iorga
  2013-10-30 15:24 ` [PATCH 2/4] iproute2: upgrade to 3.11.0 Cristian Iorga
@ 2013-10-30 15:24 ` Cristian Iorga
  2013-10-30 15:24 ` [PATCH 4/4] telepathy-glib: upgrade to 0.23.0 Cristian Iorga
  3 siblings, 0 replies; 6+ messages in thread
From: Cristian Iorga @ 2013-10-30 15:24 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 ...-mission-control_5.15.0.bb => telepathy-mission-control_5.16.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/telepathy/{telepathy-mission-control_5.15.0.bb => telepathy-mission-control_5.16.0.bb} (93%)

diff --git a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.16.0.bb
similarity index 93%
rename from meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb
rename to meta/recipes-connectivity/telepathy/telepathy-mission-control_5.16.0.bb
index f1a1320..bdab9c1 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.15.0.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-mission-control_5.16.0.bb
@@ -9,8 +9,8 @@ DEPENDS = "libtelepathy dbus-glib gconf libxslt-native"
 SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-${PV}.tar.gz \
 	file://tmc-Makefile-fix-race.patch \
 	"
-SRC_URI[md5sum] = "0efd7d9043f6e189e8ed8111d043b52c"
-SRC_URI[sha256sum] = "88800d1b5f385e94b34721319ff4fe65c493632954d7229b36e57af5b4a7e1b5"
+SRC_URI[md5sum] = "736ae9d71028d8e6d95017433c07fa06"
+SRC_URI[sha256sum] = "edc3c7265c291343d5d7d47c20add4d426e894068c66c79696795502a4e1c1d0"
 
 inherit autotools pkgconfig pythonnative
 
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 4/4] telepathy-glib: upgrade to 0.23.0
  2013-10-30 15:24 [PATCH 0/4] Various PUs Cristian Iorga
                   ` (2 preceding siblings ...)
  2013-10-30 15:24 ` [PATCH 3/4] telepathy-mission-control: upgrade to 5.16.0 Cristian Iorga
@ 2013-10-30 15:24 ` Cristian Iorga
  3 siblings, 0 replies; 6+ messages in thread
From: Cristian Iorga @ 2013-10-30 15:24 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 .../telepathy/{telepathy-glib_0.20.4.bb => telepathy-glib_0.23.0.bb} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.20.4.bb => telepathy-glib_0.23.0.bb} (80%)

diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.20.4.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.23.0.bb
similarity index 80%
rename from meta/recipes-connectivity/telepathy/telepathy-glib_0.20.4.bb
rename to meta/recipes-connectivity/telepathy/telepathy-glib_0.23.0.bb
index 7d529b6..14787ea 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.20.4.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.23.0.bb
@@ -5,8 +5,9 @@ DEPENDS = "glib-2.0 dbus python-native-runtime dbus-native dbus-glib libxslt-nat
 LICENSE = "LGPLv2.1+"
 
 SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz"
-SRC_URI[md5sum] = "78be56307d2da7c580cf6df33a225ba0"
-SRC_URI[sha256sum] = "c9a307c85d412c58bc68265c4c4128a8e3ffb283bc784143f1f086faaafcb16c"
+
+SRC_URI[md5sum] = "e4fff5885d4840c965b71c1c113d731e"
+SRC_URI[sha256sum] = "d9e08f3af867846c3f81e8ab85bbb71f30ea914f004065419ea65a14bb30d809"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
 
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 0/4] Various PUs
@ 2014-11-11  8:46 Cristian Iorga
  0 siblings, 0 replies; 6+ messages in thread
From: Cristian Iorga @ 2014-11-11  8:46 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 3c741a8d33acbf4b3d5eecc04533bc76e2f37253:

  oprofile: 0.9.9 -> 1.0.0 (2014-11-09 10:21:24 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib PUs
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/PUs

Cristian Iorga (4):
  wpa-supplicant: upgrade to 2.3
  sbc: upgrade to 1.3
  bluez5: upgrade to 5.25
  linux-firmware: upgrade to git rev 0e5f637

 meta/recipes-connectivity/bluez5/bluez5_5.22.bb    |  3 --
 meta/recipes-connectivity/bluez5/bluez5_5.25.bb    |  4 ++
 .../wpa-supplicant/wpa-supplicant.inc              |  4 +-
 .../fix-libnl3-host-contamination.patch            | 14 +++----
 ...wpa-supplicant_2.2.bb => wpa-supplicant_2.3.bb} |  0
 .../linux-firmware/linux-firmware_git.bb           | 48 +++++++++++++++++-----
 .../sbc/{sbc_1.2.bb => sbc_1.3.bb}                 |  4 +-
 7 files changed, 52 insertions(+), 25 deletions(-)
 delete mode 100644 meta/recipes-connectivity/bluez5/bluez5_5.22.bb
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5_5.25.bb
 rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant_2.2.bb => wpa-supplicant_2.3.bb} (100%)
 rename meta/recipes-multimedia/sbc/{sbc_1.2.bb => sbc_1.3.bb} (76%)

-- 
2.1.0



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-11-11  8:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30 15:24 [PATCH 0/4] Various PUs Cristian Iorga
2013-10-30 15:24 ` [PATCH 1/4] libuser: upgrade to 0.60 Cristian Iorga
2013-10-30 15:24 ` [PATCH 2/4] iproute2: upgrade to 3.11.0 Cristian Iorga
2013-10-30 15:24 ` [PATCH 3/4] telepathy-mission-control: upgrade to 5.16.0 Cristian Iorga
2013-10-30 15:24 ` [PATCH 4/4] telepathy-glib: upgrade to 0.23.0 Cristian Iorga
  -- strict thread matches above, loose matches on Subject: below --
2014-11-11  8:46 [PATCH 0/4] Various PUs Cristian Iorga

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.