Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/7] August Package Updates
@ 2014-08-19 14:49 Saul Wold
  2014-08-19 14:49 ` [PATCH 1/7] cups: Upgrade to 1.7.5 Saul Wold
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Saul Wold @ 2014-08-19 14:49 UTC (permalink / raw)
  To: openembedded-core

Richard,

Here is a batch of recipe updates.

Sau!


The following changes since commit 47d1fc9f5c38f3d092937c47bd4c2f45adaa7fe6:

  qemu: fix Darwin cross-compilation (2014-08-18 20:43:24 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib sgw/updates
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/updates

Saul Wold (7):
  cups: Upgrade to 1.7.5
  libbsd: Upgrade to 0.7.0
  boost: Upgrade to 1.56.0
  glew: Upgrade to 1.11.0
  libidn: Upgrade to 1.29
  gnupg: Upgrade to 2.0.26
  sqlite3: Upgrade to 2.8.6.0

 .../cups/{cups_1.7.4.bb => cups_1.7.5.bb}          |  4 ++--
 .../libidn/{libidn_1.28.bb => libidn_1.29.bb}      | 10 +++++-----
 .../glew/{files => glew}/autotools.patch           |  0
 .../glew/{files => glew}/fix-glew.pc-install.patch | 22 +++++++++++-----------
 .../glew_fix_for_automake-1.12.patch               |  0
 .../glew/{glew_1.10.0.bb => glew_1.11.0.bb}        |  4 ++--
 ...bjam-native_1.55.0.bb => bjam-native_1.56.0.bb} |  0
 .../boost/{boost-1.55.0.inc => boost-1.56.0.inc}   |  4 ++--
 meta/recipes-support/boost/boost.inc               |  8 ++++----
 .../boost/{boost_1.55.0.bb => boost_1.56.0.bb}     |  0
 .../gnupg/{gnupg_2.0.25.bb => gnupg_2.0.26.bb}     |  4 ++--
 .../libbsd/{libbsd_0.6.0.bb => libbsd_0.7.0.bb}    |  7 ++++---
 .../{sqlite3_3.8.5.0.bb => sqlite3_3.8.6.0.bb}     |  6 +++---
 13 files changed, 35 insertions(+), 34 deletions(-)
 rename meta/recipes-extended/cups/{cups_1.7.4.bb => cups_1.7.5.bb} (40%)
 rename meta/recipes-extended/libidn/{libidn_1.28.bb => libidn_1.29.bb} (75%)
 rename meta/recipes-graphics/glew/{files => glew}/autotools.patch (100%)
 rename meta/recipes-graphics/glew/{files => glew}/fix-glew.pc-install.patch (74%)
 rename meta/recipes-graphics/glew/{files => glew}/glew_fix_for_automake-1.12.patch (100%)
 rename meta/recipes-graphics/glew/{glew_1.10.0.bb => glew_1.11.0.bb} (83%)
 rename meta/recipes-support/boost/{bjam-native_1.55.0.bb => bjam-native_1.56.0.bb} (100%)
 rename meta/recipes-support/boost/{boost-1.55.0.inc => boost-1.56.0.inc} (83%)
 rename meta/recipes-support/boost/{boost_1.55.0.bb => boost_1.56.0.bb} (100%)
 rename meta/recipes-support/gnupg/{gnupg_2.0.25.bb => gnupg_2.0.26.bb} (88%)
 rename meta/recipes-support/libbsd/{libbsd_0.6.0.bb => libbsd_0.7.0.bb} (76%)
 rename meta/recipes-support/sqlite/{sqlite3_3.8.5.0.bb => sqlite3_3.8.6.0.bb} (80%)

-- 
1.8.3.1



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

* [PATCH 1/7] cups: Upgrade to 1.7.5
  2014-08-19 14:49 [PATCH 0/7] August Package Updates Saul Wold
@ 2014-08-19 14:49 ` Saul Wold
  2014-08-19 14:49 ` [PATCH 2/7] libbsd: Upgrade to 0.7.0 Saul Wold
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Saul Wold @ 2014-08-19 14:49 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-extended/cups/{cups_1.7.4.bb => cups_1.7.5.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/cups/{cups_1.7.4.bb => cups_1.7.5.bb} (40%)

diff --git a/meta/recipes-extended/cups/cups_1.7.4.bb b/meta/recipes-extended/cups/cups_1.7.5.bb
similarity index 40%
rename from meta/recipes-extended/cups/cups_1.7.4.bb
rename to meta/recipes-extended/cups/cups_1.7.5.bb
index 9dae986..5538cec 100644
--- a/meta/recipes-extended/cups/cups_1.7.4.bb
+++ b/meta/recipes-extended/cups/cups_1.7.5.bb
@@ -2,5 +2,5 @@ require cups.inc
 
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c5e50cb4b8f24b04636b719683a9102d"
 
-SRC_URI[md5sum] = "1a2295c2b2d2f422db2e50f40ed2fb99"
-SRC_URI[sha256sum] = "358fc7f22395a9ba07efcfc0d34a057ab5e9182b6e3297f71263a6b68fb41378"
+SRC_URI[md5sum] = "5d893edc2957005f78e2b2423fdace2e"
+SRC_URI[sha256sum] = "18cb4c6847dbaaaa05c8b35af787f19dd5c7686970b46548e72c711c6f26bd02"
-- 
1.8.3.1



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

* [PATCH 2/7] libbsd: Upgrade to 0.7.0
  2014-08-19 14:49 [PATCH 0/7] August Package Updates Saul Wold
  2014-08-19 14:49 ` [PATCH 1/7] cups: Upgrade to 1.7.5 Saul Wold
@ 2014-08-19 14:49 ` Saul Wold
  2014-08-19 14:49 ` [PATCH 3/7] boost: Upgrade to 1.56.0 Saul Wold
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Saul Wold @ 2014-08-19 14:49 UTC (permalink / raw)
  To: openembedded-core

COPYING file changed in year, but no license changes

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-support/libbsd/{libbsd_0.6.0.bb => libbsd_0.7.0.bb} | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
 rename meta/recipes-support/libbsd/{libbsd_0.6.0.bb => libbsd_0.7.0.bb} (76%)

diff --git a/meta/recipes-support/libbsd/libbsd_0.6.0.bb b/meta/recipes-support/libbsd/libbsd_0.7.0.bb
similarity index 76%
rename from meta/recipes-support/libbsd/libbsd_0.6.0.bb
rename to meta/recipes-support/libbsd/libbsd_0.7.0.bb
index 70926bf..902666d 100644
--- a/meta/recipes-support/libbsd/libbsd_0.6.0.bb
+++ b/meta/recipes-support/libbsd/libbsd_0.7.0.bb
@@ -9,12 +9,13 @@ DESCRIPTION = "This library provides useful functions commonly found on BSD syst
 
 HOMEPAGE = "http://libbsd.freedesktop.org/wiki/"
 LICENSE = "BSD-4-Clause & MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=98a015f07e71239b058398054f506f07"
+LIC_FILES_CHKSUM = "file://COPYING;md5=f1530ea92aeaa1c5e2547cfd43905d8c"
 SECTION = "libs"
 DEPENDS = ""
 
 SRC_URI = "http://libbsd.freedesktop.org/releases/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "f6c75f0a9818e323a589bcbd560a0eb4"
-SRC_URI[sha256sum] = "9e8f34ffa9c8579c87965a55a82d8ac37a1dc64858f717b7c49452ade277cc62"
+
+SRC_URI[md5sum] = "fcceb4e66fd448ca4ed42ba22a8babb0"
+SRC_URI[sha256sum] = "0f3b0e17e5c34c038126e0a04351b11e23c6101a7d0ce3beeab29bb6415c10bb"
 
 inherit autotools pkgconfig
-- 
1.8.3.1



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

* [PATCH 3/7] boost: Upgrade to 1.56.0
  2014-08-19 14:49 [PATCH 0/7] August Package Updates Saul Wold
  2014-08-19 14:49 ` [PATCH 1/7] cups: Upgrade to 1.7.5 Saul Wold
  2014-08-19 14:49 ` [PATCH 2/7] libbsd: Upgrade to 0.7.0 Saul Wold
@ 2014-08-19 14:49 ` Saul Wold
  2014-08-19 14:49 ` [PATCH 4/7] glew: Upgrade to 1.11.0 Saul Wold
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Saul Wold @ 2014-08-19 14:49 UTC (permalink / raw)
  To: openembedded-core

Rebase boostconfig to handle moved user-config file

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../boost/{bjam-native_1.55.0.bb => bjam-native_1.56.0.bb}        | 0
 meta/recipes-support/boost/{boost-1.55.0.inc => boost-1.56.0.inc} | 4 ++--
 meta/recipes-support/boost/boost.inc                              | 8 ++++----
 meta/recipes-support/boost/{boost_1.55.0.bb => boost_1.56.0.bb}   | 0
 4 files changed, 6 insertions(+), 6 deletions(-)
 rename meta/recipes-support/boost/{bjam-native_1.55.0.bb => bjam-native_1.56.0.bb} (100%)
 rename meta/recipes-support/boost/{boost-1.55.0.inc => boost-1.56.0.inc} (83%)
 rename meta/recipes-support/boost/{boost_1.55.0.bb => boost_1.56.0.bb} (100%)

diff --git a/meta/recipes-support/boost/bjam-native_1.55.0.bb b/meta/recipes-support/boost/bjam-native_1.56.0.bb
similarity index 100%
rename from meta/recipes-support/boost/bjam-native_1.55.0.bb
rename to meta/recipes-support/boost/bjam-native_1.56.0.bb
diff --git a/meta/recipes-support/boost/boost-1.55.0.inc b/meta/recipes-support/boost/boost-1.56.0.inc
similarity index 83%
rename from meta/recipes-support/boost/boost-1.55.0.inc
rename to meta/recipes-support/boost/boost-1.56.0.inc
index 7daadb6..24c32b4 100644
--- a/meta/recipes-support/boost/boost-1.55.0.inc
+++ b/meta/recipes-support/boost/boost-1.56.0.inc
@@ -13,7 +13,7 @@ BOOST_P = "boost_${BOOST_VER}"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2"
 
-SRC_URI[md5sum] = "d6eef4b4cacb2183f2bf265a5a03a354"
-SRC_URI[sha256sum] = "fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b52"
+SRC_URI[md5sum] = "a744cf167b05d72335f27c88115f211d"
+SRC_URI[sha256sum] = "134732acaf3a6e7eba85988118d943f0fa6b7f0850f65131fff89823ad30ff1d"
 
 S = "${WORKDIR}/${BOOST_P}"
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index 0a44d79..ad1bc76 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -120,7 +120,7 @@ def get_boost_parallel_make(bb, d):
 BOOST_PARALLEL_MAKE = "${@get_boost_parallel_make(bb, d)}"
 BJAM_OPTS    = '${BOOST_PARALLEL_MAKE} \
 		${BJAM_TOOLS} \
-		-sBOOST_BUILD_USER_CONFIG=${S}/tools/build/v2/user-config.jam \
+		-sBOOST_BUILD_USER_CONFIG=${S}/tools/build/example/user-config.jam \
 		--builddir=${S}/${TARGET_SYS} \
 		--disable-icu \
 		${BJAM_EXTRA}'
@@ -132,12 +132,12 @@ do_boostconfig() {
 	cp -f boost/config/platform/linux.hpp boost/config/platform/linux-gnueabi.hpp
 
 	# D2194:Fixing the failure of "error: duplicate initialization of gcc with the following parameters" during compilation.
-	if ! grep -qe "^using gcc : 4.3.1" ${S}/tools/build/v2/user-config.jam 
+	if ! grep -qe "^using gcc : 4.3.1" ${S}/tools/build/example/user-config.jam 
 	then
-		echo 'using gcc : 4.3.1 : ${CXX} : <cflags>"${CFLAGS}" <cxxflags>"${CXXFLAGS}" <linkflags>"${LDFLAGS}" ;' >> ${S}/tools/build/v2/user-config.jam
+		echo 'using gcc : 4.3.1 : ${CXX} : <cflags>"${CFLAGS}" <cxxflags>"${CXXFLAGS}" <linkflags>"${LDFLAGS}" ;' >> ${S}/tools/build/example/user-config.jam
 	fi	
 
-	echo "using python : ${PYTHON_BASEVERSION} : : ${STAGING_INCDIR}/python${PYTHON_BASEVERSION} ;" >> ${S}/tools/build/v2/user-config.jam
+	echo "using python : ${PYTHON_BASEVERSION} : : ${STAGING_INCDIR}/python${PYTHON_BASEVERSION} ;" >> ${S}/tools/build/example/user-config.jam
 
 	CC="${BUILD_CC}" CFLAGS="${BUILD_CFLAGS}" ./bootstrap.sh --with-bjam=bjam --with-toolset=gcc --with-python-root=${PYTHON_ROOT}
 	sed -i '/^using python/d' project-config.jam
diff --git a/meta/recipes-support/boost/boost_1.55.0.bb b/meta/recipes-support/boost/boost_1.56.0.bb
similarity index 100%
rename from meta/recipes-support/boost/boost_1.55.0.bb
rename to meta/recipes-support/boost/boost_1.56.0.bb
-- 
1.8.3.1



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

* [PATCH 4/7] glew: Upgrade to 1.11.0
  2014-08-19 14:49 [PATCH 0/7] August Package Updates Saul Wold
                   ` (2 preceding siblings ...)
  2014-08-19 14:49 ` [PATCH 3/7] boost: Upgrade to 1.56.0 Saul Wold
@ 2014-08-19 14:49 ` Saul Wold
  2014-08-19 14:49 ` [PATCH 5/7] libidn: Upgrade to 1.29 Saul Wold
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Saul Wold @ 2014-08-19 14:49 UTC (permalink / raw)
  To: openembedded-core

Rebase patch and move patches from too generic files to glew

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../glew/{files => glew}/autotools.patch           |  0
 .../glew/{files => glew}/fix-glew.pc-install.patch | 22 +++++++++++-----------
 .../glew_fix_for_automake-1.12.patch               |  0
 .../glew/{glew_1.10.0.bb => glew_1.11.0.bb}        |  4 ++--
 4 files changed, 13 insertions(+), 13 deletions(-)
 rename meta/recipes-graphics/glew/{files => glew}/autotools.patch (100%)
 rename meta/recipes-graphics/glew/{files => glew}/fix-glew.pc-install.patch (74%)
 rename meta/recipes-graphics/glew/{files => glew}/glew_fix_for_automake-1.12.patch (100%)
 rename meta/recipes-graphics/glew/{glew_1.10.0.bb => glew_1.11.0.bb} (83%)

diff --git a/meta/recipes-graphics/glew/files/autotools.patch b/meta/recipes-graphics/glew/glew/autotools.patch
similarity index 100%
rename from meta/recipes-graphics/glew/files/autotools.patch
rename to meta/recipes-graphics/glew/glew/autotools.patch
diff --git a/meta/recipes-graphics/glew/files/fix-glew.pc-install.patch b/meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch
similarity index 74%
rename from meta/recipes-graphics/glew/files/fix-glew.pc-install.patch
rename to meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch
index 9cbc0a9..a20fbfc 100644
--- a/meta/recipes-graphics/glew/files/fix-glew.pc-install.patch
+++ b/meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch
@@ -6,20 +6,20 @@ Upstream-Status: Inappropriate
 
 Signed-off-by: Saul Wold <sgw@linux.intel.com>
 
-Index: glew-1.10.0/Makefile.am
+Index: glew-1.11.0/Makefile.am
 ===================================================================
---- glew-1.10.0.orig/Makefile.am
-+++ glew-1.10.0/Makefile.am
+--- glew-1.11.0.orig/Makefile.am
++++ glew-1.11.0/Makefile.am
 @@ -3,3 +3,5 @@ ACLOCAL_AMFLAGS = -I m4 --install
  
  SUBDIRS = include src
  
 +pkgconfigdir = $(libdir)/pkgconfig
 +pkgconfig_DATA = glew.pc
-Index: glew-1.10.0/configure.ac
+Index: glew-1.11.0/configure.ac
 ===================================================================
---- glew-1.10.0.orig/configure.ac
-+++ glew-1.10.0/configure.ac
+--- glew-1.11.0.orig/configure.ac
++++ glew-1.11.0/configure.ac
 @@ -66,5 +66,6 @@ AC_SUBST([LIBGLEW_SO_VERSION], [1:9:0])
  
  AC_CONFIG_FILES([Makefile
@@ -28,11 +28,11 @@ Index: glew-1.10.0/configure.ac
 +                 src/Makefile
 +                 glew.pc])
  AC_OUTPUT
-Index: glew-1.10.0/glew.pc.in
+Index: glew-1.11.0/glew.pc.in
 ===================================================================
---- glew-1.10.0.orig/glew.pc.in
-+++ glew-1.10.0/glew.pc.in
-@@ -5,7 +5,7 @@ includedir=@includedir@
+--- glew-1.11.0.orig/glew.pc.in
++++ glew-1.11.0/glew.pc.in
+@@ -5,7 +5,7 @@ includedir=${prefix}/include/GL
  
  Name: glew
  Description: The OpenGL Extension Wrangler library
@@ -42,4 +42,4 @@ Index: glew-1.10.0/glew.pc.in
 +Version: @VERSION@
 +Cflags: -I${includedir} @CFLAGS@
 +Libs: -L${libdir} -lGLEW
- Requires: glu
+ Requires: @requireslib@
diff --git a/meta/recipes-graphics/glew/files/glew_fix_for_automake-1.12.patch b/meta/recipes-graphics/glew/glew/glew_fix_for_automake-1.12.patch
similarity index 100%
rename from meta/recipes-graphics/glew/files/glew_fix_for_automake-1.12.patch
rename to meta/recipes-graphics/glew/glew/glew_fix_for_automake-1.12.patch
diff --git a/meta/recipes-graphics/glew/glew_1.10.0.bb b/meta/recipes-graphics/glew/glew_1.11.0.bb
similarity index 83%
rename from meta/recipes-graphics/glew/glew_1.10.0.bb
rename to meta/recipes-graphics/glew/glew_1.11.0.bb
index 94f1bc1..4231320 100644
--- a/meta/recipes-graphics/glew/glew_1.10.0.bb
+++ b/meta/recipes-graphics/glew/glew_1.11.0.bb
@@ -15,7 +15,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/glew/glew/${PV}/glew-${PV}.tgz \
            file://fix-glew.pc-install.patch \
           "
 
-SRC_URI[md5sum] = "2f09e5e6cb1b9f3611bcac79bc9c2d5d"
-SRC_URI[sha256sum] = "99c41320b63f6860869b5fb9af9a1854b15582796c64ee3dfd7096dc0c89f307"
+SRC_URI[md5sum] = "f6d72c7426a5f66580ad09e50816450a"
+SRC_URI[sha256sum] = "69bbce306ac281c4fa806a7a7d02c0596281a2d8f9d70690e98126f23ba513d6"
 
 inherit autotools lib_package pkgconfig
-- 
1.8.3.1



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

* [PATCH 5/7] libidn: Upgrade to 1.29
  2014-08-19 14:49 [PATCH 0/7] August Package Updates Saul Wold
                   ` (3 preceding siblings ...)
  2014-08-19 14:49 ` [PATCH 4/7] glew: Upgrade to 1.11.0 Saul Wold
@ 2014-08-19 14:49 ` Saul Wold
  2014-08-19 14:49 ` [PATCH 6/7] gnupg: Upgrade to 2.0.26 Saul Wold
  2014-08-19 14:49 ` [PATCH 7/7] sqlite3: Upgrade to 2.8.6.0 Saul Wold
  6 siblings, 0 replies; 8+ messages in thread
From: Saul Wold @ 2014-08-19 14:49 UTC (permalink / raw)
  To: openembedded-core

The COPYING and other files updated the year to 2014 so the Checksums
needed to be updated also.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../recipes-extended/libidn/{libidn_1.28.bb => libidn_1.29.bb} | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
 rename meta/recipes-extended/libidn/{libidn_1.28.bb => libidn_1.29.bb} (75%)

diff --git a/meta/recipes-extended/libidn/libidn_1.28.bb b/meta/recipes-extended/libidn/libidn_1.29.bb
similarity index 75%
rename from meta/recipes-extended/libidn/libidn_1.28.bb
rename to meta/recipes-extended/libidn/libidn_1.29.bb
index bd079c1..04b5344 100644
--- a/meta/recipes-extended/libidn/libidn_1.28.bb
+++ b/meta/recipes-extended/libidn/libidn_1.29.bb
@@ -3,13 +3,13 @@ DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specification
 HOMEPAGE = "http://www.gnu.org/software/libidn/"
 SECTION = "libs"
 LICENSE = "(LGPLv2.1+ | LGPLv3) & GPLv3+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=3231f57e8fce0f62f81b03107e788888 \
+LIC_FILES_CHKSUM = "file://COPYING;md5=b35f8839295dd730a55f1a19ec086217 \
                     file://COPYING.LESSERv2;md5=4fbd65380cdd255951079008b364516c \
                     file://COPYING.LESSERv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
                     file://COPYINGv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
                     file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504 \
-                    file://lib/idna.h;endline=21;md5=f73089b7f52dd2cb3540e274bd76106d \
-                    file://src/idn.c;endline=20;md5=d7797e6cc3a7b48e6050fc0d27104595"
+                    file://lib/idna.h;endline=21;md5=61a0e126c0c5552290d9bfa57e407dd6 \
+                    file://src/idn.c;endline=20;md5=3f55c28bede16bd7b1244be73067d195"
 
 inherit pkgconfig autotools gettext texinfo
 
@@ -19,8 +19,8 @@ SRC_URI = "${GNU_MIRROR}/libidn/${BPN}-${PV}.tar.gz \
            file://dont-depend-on-help2man.patch \
 "
 
-SRC_URI[md5sum] = "43a6f14b16559e10a492acc65c4b0acc"
-SRC_URI[sha256sum] = "dd357a968449abc97c7e5fa088a4a384de57cb36564f9d4e0d898ecc6373abfb"
+SRC_URI[md5sum] = "2b67bb507207af379f9461e1307dc84b"
+SRC_URI[sha256sum] = "fb82747dbbf9b36f703ed27293317d818d7e851d4f5773dedf3efa4db32a7c7c"
 
 # command tool is under GPLv3+, while libidn itself is under LGPLv2.1+ or LGPLv3
 # so package command into a separate package
-- 
1.8.3.1



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

* [PATCH 6/7] gnupg: Upgrade to 2.0.26
  2014-08-19 14:49 [PATCH 0/7] August Package Updates Saul Wold
                   ` (4 preceding siblings ...)
  2014-08-19 14:49 ` [PATCH 5/7] libidn: Upgrade to 1.29 Saul Wold
@ 2014-08-19 14:49 ` Saul Wold
  2014-08-19 14:49 ` [PATCH 7/7] sqlite3: Upgrade to 2.8.6.0 Saul Wold
  6 siblings, 0 replies; 8+ messages in thread
From: Saul Wold @ 2014-08-19 14:49 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-support/gnupg/{gnupg_2.0.25.bb => gnupg_2.0.26.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/gnupg/{gnupg_2.0.25.bb => gnupg_2.0.26.bb} (88%)

diff --git a/meta/recipes-support/gnupg/gnupg_2.0.25.bb b/meta/recipes-support/gnupg/gnupg_2.0.26.bb
similarity index 88%
rename from meta/recipes-support/gnupg/gnupg_2.0.25.bb
rename to meta/recipes-support/gnupg/gnupg_2.0.26.bb
index b677425..c460b7e 100644
--- a/meta/recipes-support/gnupg/gnupg_2.0.25.bb
+++ b/meta/recipes-support/gnupg/gnupg_2.0.26.bb
@@ -13,8 +13,8 @@ inherit autotools gettext texinfo pkgconfig
 SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2 \
            file://pkgconfig.patch"
 
-SRC_URI[md5sum] = "048d8de797125f1d8e6cf3bdff9e2d12"
-SRC_URI[sha256sum] = "b3abe97df096cf53d6a422ac922f3c48e688bc892b7ccf669b92f0b7fc6c5823"
+SRC_URI[md5sum] = "fa7e704aad33eb114d1840164455aec1"
+SRC_URI[sha256sum] = "7758e30dc382ae7a7167ed41b7f936aa50af5ea2d6fccdef663b5b750b65b8e0"
 
 EXTRA_OECONF = "--disable-ldap \
 		--disable-ccid-driver \
-- 
1.8.3.1



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

* [PATCH 7/7] sqlite3: Upgrade to 2.8.6.0
  2014-08-19 14:49 [PATCH 0/7] August Package Updates Saul Wold
                   ` (5 preceding siblings ...)
  2014-08-19 14:49 ` [PATCH 6/7] gnupg: Upgrade to 2.0.26 Saul Wold
@ 2014-08-19 14:49 ` Saul Wold
  6 siblings, 0 replies; 8+ messages in thread
From: Saul Wold @ 2014-08-19 14:49 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../sqlite/{sqlite3_3.8.5.0.bb => sqlite3_3.8.6.0.bb}               | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/sqlite/{sqlite3_3.8.5.0.bb => sqlite3_3.8.6.0.bb} (80%)

diff --git a/meta/recipes-support/sqlite/sqlite3_3.8.5.0.bb b/meta/recipes-support/sqlite/sqlite3_3.8.6.0.bb
similarity index 80%
rename from meta/recipes-support/sqlite/sqlite3_3.8.5.0.bb
rename to meta/recipes-support/sqlite/sqlite3_3.8.6.0.bb
index 244816b..32f60eb 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.8.5.0.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.8.6.0.bb
@@ -10,10 +10,10 @@ PE = "3"
 SQLITE_PV = "${@sqlite_download_version(d)}"
 SRC_URI = "http://www.sqlite.org/2014/sqlite-autoconf-${SQLITE_PV}.tar.gz"
 
-S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}"
+SRC_URI[md5sum] = "f7e4a156b583abeba349629e2364224b"
+SRC_URI[sha256sum] = "53bab14255bc16c3d73fdbe54b364c1764709d68dda167587f8026c98b9f4e95"
 
-SRC_URI[md5sum] = "0544ef6d7afd8ca797935ccc2685a9ed"
-SRC_URI[sha256sum] = "98c33abe4106e508e73fda648b2657ac9e969fe24695f543dcde68cc71f3091b"
+S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}"
 
 # Provide column meta-data API
 BUILD_CFLAGS += "-DSQLITE_ENABLE_COLUMN_METADATA"
-- 
1.8.3.1



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

end of thread, other threads:[~2014-08-19 14:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-19 14:49 [PATCH 0/7] August Package Updates Saul Wold
2014-08-19 14:49 ` [PATCH 1/7] cups: Upgrade to 1.7.5 Saul Wold
2014-08-19 14:49 ` [PATCH 2/7] libbsd: Upgrade to 0.7.0 Saul Wold
2014-08-19 14:49 ` [PATCH 3/7] boost: Upgrade to 1.56.0 Saul Wold
2014-08-19 14:49 ` [PATCH 4/7] glew: Upgrade to 1.11.0 Saul Wold
2014-08-19 14:49 ` [PATCH 5/7] libidn: Upgrade to 1.29 Saul Wold
2014-08-19 14:49 ` [PATCH 6/7] gnupg: Upgrade to 2.0.26 Saul Wold
2014-08-19 14:49 ` [PATCH 7/7] sqlite3: Upgrade to 2.8.6.0 Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox