All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] neon: upgrade to v0.30.0
@ 2013-08-05 14:44 Cristian Iorga
  2013-08-05 14:44 ` [PATCH 2/4] gstreamer1.0-plugins-ugly: upgrade to v1.0.9 Cristian Iorga
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Cristian Iorga @ 2013-08-05 14:44 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 .../neon/{neon-0.29.6 => neon-0.30.0}/pkgconfig.patch              | 0
 meta/recipes-support/neon/{neon_0.29.6.bb => neon_0.30.0.bb}       | 7 ++-----
 2 files changed, 2 insertions(+), 5 deletions(-)
 rename meta/recipes-support/neon/{neon-0.29.6 => neon-0.30.0}/pkgconfig.patch (100%)
 rename meta/recipes-support/neon/{neon_0.29.6.bb => neon_0.30.0.bb} (83%)

diff --git a/meta/recipes-support/neon/neon-0.29.6/pkgconfig.patch b/meta/recipes-support/neon/neon-0.30.0/pkgconfig.patch
similarity index 100%
rename from meta/recipes-support/neon/neon-0.29.6/pkgconfig.patch
rename to meta/recipes-support/neon/neon-0.30.0/pkgconfig.patch
diff --git a/meta/recipes-support/neon/neon_0.29.6.bb b/meta/recipes-support/neon/neon_0.30.0.bb
similarity index 83%
rename from meta/recipes-support/neon/neon_0.29.6.bb
rename to meta/recipes-support/neon/neon_0.30.0.bb
index 157f711..dbc43bb 100644
--- a/meta/recipes-support/neon/neon_0.29.6.bb
+++ b/meta/recipes-support/neon/neon_0.30.0.bb
@@ -7,15 +7,12 @@ LIC_FILES_CHKSUM = "file://src/COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a
 DEPENDS = "zlib libxml2 expat time gnutls libproxy"
 DEPENDS_class-native = "zlib-native libxml2-native expat-native gnutls-native"
 
-PR = "r3"
-
 BBCLASSEXTEND = "native"
 
 SRC_URI = "http://www.webdav.org/${BPN}/${BPN}-${PV}.tar.gz \
            file://pkgconfig.patch"
-
-SRC_URI[md5sum] = "591e0c82e6979e7e615211b386b8f6bc"
-SRC_URI[sha256sum] = "9c640b728d6dc80ef1e48f83181166ab6bc95309cece5537e01ffdd01b96eb43"
+SRC_URI[md5sum] = "fb60b3a124eeec441937a812c456fd94"
+SRC_URI[sha256sum] = "2962cfcb5d30f3272e3d2fa0e473434419770a3801afe3d46e5d1650787990c2"
 
 inherit autotools binconfig lib_package pkgconfig
 
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [PATCH 0/4] various upgrades
@ 2013-08-05 14:59 Cristian Iorga
  2013-08-05 14:59 ` [PATCH 4/4] harfbuzz: upgrade to v0.9.19 Cristian Iorga
  0 siblings, 1 reply; 10+ messages in thread
From: Cristian Iorga @ 2013-08-05 14:59 UTC (permalink / raw)
  To: openembedded-core

Various PUs

The following changes since commit 4cff3defb545643132b7233fcffb3fedc1bf182b:

  grep: Add patch for texinfo 5.1 (2013-08-03 10:33:14 +0100)

are available in the git repository at:

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

Cristian Iorga (4):
  neon: upgrade to v0.30.0
  gstreamer1.0-plugins-ugly: upgrade to v1.0.9
  telepathy-glib: upgrade to v0.20.4
  harfbuzz: upgrade to v0.9.19

 .../telepathy/telepathy-glib/pkgconfig.patch       | 41 ----------------------
 ...thy-glib_0.20.1.bb => telepathy-glib_0.20.4.bb} |  8 ++---
 .../harfbuzz-0.9.17/disable_graphite.patch         | 15 --------
 .../harfbuzz/harfbuzz/disable_graphite.patch       | 15 ++++++++
 .../{harfbuzz_0.9.17.bb => harfbuzz_0.9.19.bb}     |  7 ++--
 .../gstreamer/gstreamer1.0-plugins-ugly.inc        |  2 --
 ...1.0.7.bb => gstreamer1.0-plugins-ugly_1.0.9.bb} |  4 +--
 .../{neon-0.29.6 => neon-0.30.0}/pkgconfig.patch   |  0
 .../neon/{neon_0.29.6.bb => neon_0.30.0.bb}        |  7 ++--
 9 files changed, 24 insertions(+), 75 deletions(-)
 delete mode 100644 meta/recipes-connectivity/telepathy/telepathy-glib/pkgconfig.patch
 rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.20.1.bb => telepathy-glib_0.20.4.bb} (73%)
 delete mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz-0.9.17/disable_graphite.patch
 create mode 100644 meta/recipes-graphics/harfbuzz/harfbuzz/disable_graphite.patch
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_0.9.17.bb => harfbuzz_0.9.19.bb} (85%)
 rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.0.7.bb => gstreamer1.0-plugins-ugly_1.0.9.bb} (66%)
 rename meta/recipes-support/neon/{neon-0.29.6 => neon-0.30.0}/pkgconfig.patch (100%)
 rename meta/recipes-support/neon/{neon_0.29.6.bb => neon_0.30.0.bb} (83%)

-- 
1.8.1.2



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

end of thread, other threads:[~2013-08-21  8:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-05 14:44 [PATCH 1/4] neon: upgrade to v0.30.0 Cristian Iorga
2013-08-05 14:44 ` [PATCH 2/4] gstreamer1.0-plugins-ugly: upgrade to v1.0.9 Cristian Iorga
2013-08-05 14:44 ` [PATCH 3/4] telepathy-glib: upgrade to v0.20.4 Cristian Iorga
2013-08-05 14:44 ` [PATCH 4/4] harfbuzz: upgrade to v0.9.19 Cristian Iorga
2013-08-21  8:05   ` Marko Lindqvist
2013-08-21  8:16     ` Iorga, Cristian
2013-08-05 14:59 [PATCH 0/4] various upgrades Cristian Iorga
2013-08-05 14:59 ` [PATCH 4/4] harfbuzz: upgrade to v0.9.19 Cristian Iorga
2013-08-05 17:18   ` Burton, Ross
2013-08-06  7:00     ` Iorga, Cristian
2013-08-06  8:49       ` Burton, Ross

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.