* [PATCH 0/7] packages upgrade, Edwin, July 28, 2011
@ 2011-07-28 13:03 edwin.zhai
2011-07-28 13:03 ` [PATCH 1/7] lighttpd: Upgrade to 1.4.29 edwin.zhai
` (6 more replies)
0 siblings, 7 replies; 11+ messages in thread
From: edwin.zhai @ 2011-07-28 13:03 UTC (permalink / raw)
To: openembedded-core
From: Zhai Edwin <edwin.zhai@intel.com>
Saul,
These are some package upgrade. Pls. help to review and pull.
Thanks,
Edwin
The following changes since commit 860a41bae6b863a289b06a9684d9cf6c58a307bd:
arch-ia32.inc: Fix up TUNE_ARCH variable conflicts (2011-07-26 22:39:59 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib gzhai/master2
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=gzhai/master2
Zhai Edwin (7):
lighttpd: Upgrade to 1.4.29
libsoup-2.4: Upgrade to 2.34.2
apr: Upgrade to 1.4.5
apr-util: Upgrade to 1.3.12
libassuan: Upgrade to 2.0.2
gpgme: Upgrade to 1.3.1
parted: Upgrade to 3.0
.../{lighttpd_1.4.28.bb => lighttpd_1.4.29.bb} | 6 ++--
.../{parted-2.3 => parted-3.0}/no_check.patch | 0
.../{parted-2.3 => parted-3.0}/syscalls.patch | 0
.../parted/{parted_2.3.bb => parted_3.0.bb} | 4 +-
.../apr/{apr-util_1.3.10.bb => apr-util_1.3.12.bb} | 8 ++++-
meta/recipes-support/apr/apr/buildconf_fix.patch | 27 --------------------
.../apr/{apr_1.4.2.bb => apr_1.4.5.bb} | 9 +++---
.../disable_gpgconf_check.patch | 0
.../gpgme/{gpgme_1.3.0.bb => gpgme_1.3.1.bb} | 8 +++---
.../{libassuan_2.0.1.bb => libassuan_2.0.2.bb} | 4 +-
...libsoup-2.4_2.34.1.bb => libsoup-2.4_2.34.2.bb} | 4 +-
11 files changed, 24 insertions(+), 46 deletions(-)
rename meta/recipes-extended/lighttpd/{lighttpd_1.4.28.bb => lighttpd_1.4.29.bb} (90%)
rename meta/recipes-extended/parted/{parted-2.3 => parted-3.0}/no_check.patch (100%)
rename meta/recipes-extended/parted/{parted-2.3 => parted-3.0}/syscalls.patch (100%)
rename meta/recipes-extended/parted/{parted_2.3.bb => parted_3.0.bb} (78%)
rename meta/recipes-support/apr/{apr-util_1.3.10.bb => apr-util_1.3.12.bb} (74%)
delete mode 100644 meta/recipes-support/apr/apr/buildconf_fix.patch
rename meta/recipes-support/apr/{apr_1.4.2.bb => apr_1.4.5.bb} (85%)
rename meta/recipes-support/gpgme/{gpgme-1.3.0 => gpgme-1.3.1}/disable_gpgconf_check.patch (100%)
rename meta/recipes-support/gpgme/{gpgme_1.3.0.bb => gpgme_1.3.1.bb} (78%)
rename meta/recipes-support/libassuan/{libassuan_2.0.1.bb => libassuan_2.0.2.bb} (82%)
rename meta/recipes-support/libsoup/{libsoup-2.4_2.34.1.bb => libsoup-2.4_2.34.2.bb} (76%)
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 1/7] lighttpd: Upgrade to 1.4.29
2011-07-28 13:03 [PATCH 0/7] packages upgrade, Edwin, July 28, 2011 edwin.zhai
@ 2011-07-28 13:03 ` edwin.zhai
2011-07-28 13:03 ` [PATCH 2/7] libsoup-2.4: Upgrade to 2.34.2 edwin.zhai
` (5 subsequent siblings)
6 siblings, 0 replies; 11+ messages in thread
From: edwin.zhai @ 2011-07-28 13:03 UTC (permalink / raw)
To: openembedded-core
From: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
.../{lighttpd_1.4.28.bb => lighttpd_1.4.29.bb} | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-extended/lighttpd/{lighttpd_1.4.28.bb => lighttpd_1.4.29.bb} (90%)
diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.28.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.29.bb
similarity index 90%
rename from meta/recipes-extended/lighttpd/lighttpd_1.4.28.bb
rename to meta/recipes-extended/lighttpd/lighttpd_1.4.29.bb
index d43766c..c1d5f81 100644
--- a/meta/recipes-extended/lighttpd/lighttpd_1.4.28.bb
+++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.29.bb
@@ -18,14 +18,14 @@ RDEPENDS_${PN} += " \
PR = "r0"
-SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.gz;name=src \
+SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.tar.bz2 \
file://index.html \
file://lighttpd.conf \
file://lighttpd \
"
-SRC_URI[src.md5sum] = "202d36efc6324adb95a3600d2826ec6a"
-SRC_URI[src.sha256sum] = "efd7623f43182723b99c51d57a24158e22a207cd90dca35aaf3b2e3bac115712"
+SRC_URI[md5sum] = "e6e67b09986cb504db630b5a86b2dd76"
+SRC_URI[sha256sum] = "afd8af213e65afb48b397d004696c6620a7ae7f3d4f162ec46a04b9b9dbfd599"
EXTRA_OECONF = " \
--without-bzip2 \
--
1.7.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 2/7] libsoup-2.4: Upgrade to 2.34.2
2011-07-28 13:03 [PATCH 0/7] packages upgrade, Edwin, July 28, 2011 edwin.zhai
2011-07-28 13:03 ` [PATCH 1/7] lighttpd: Upgrade to 1.4.29 edwin.zhai
@ 2011-07-28 13:03 ` edwin.zhai
2011-07-28 13:03 ` [PATCH 3/7] apr: Upgrade to 1.4.5 edwin.zhai
` (4 subsequent siblings)
6 siblings, 0 replies; 11+ messages in thread
From: edwin.zhai @ 2011-07-28 13:03 UTC (permalink / raw)
To: openembedded-core
From: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
...libsoup-2.4_2.34.1.bb => libsoup-2.4_2.34.2.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/libsoup/{libsoup-2.4_2.34.1.bb => libsoup-2.4_2.34.2.bb} (76%)
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.34.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.34.2.bb
similarity index 76%
rename from meta/recipes-support/libsoup/libsoup-2.4_2.34.1.bb
rename to meta/recipes-support/libsoup/libsoup-2.4_2.34.2.bb
index f9e8de5..57af8f7 100644
--- a/meta/recipes-support/libsoup/libsoup-2.4_2.34.1.bb
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.34.2.bb
@@ -12,8 +12,8 @@ DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 libgnome-keyring"
SRC_URI = "${GNOME_MIRROR}/libsoup/2.34/libsoup-${PV}.tar.bz2"
-SRC_URI[md5sum] = "846779d898c11f97b5de28a79ea82254"
-SRC_URI[sha256sum] = "a2f846af2c4c08e15eacc9879c8c9be4d85f8105f960f96a9ba3dbabd9ee517b"
+SRC_URI[md5sum] = "2454b38681a6e082b613a781a501e721"
+SRC_URI[sha256sum] = "1d70edc48c309528635012269733739f9cd22548913125864318a65d1b6f1261"
S = "${WORKDIR}/libsoup-${PV}"
--
1.7.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 3/7] apr: Upgrade to 1.4.5
2011-07-28 13:03 [PATCH 0/7] packages upgrade, Edwin, July 28, 2011 edwin.zhai
2011-07-28 13:03 ` [PATCH 1/7] lighttpd: Upgrade to 1.4.29 edwin.zhai
2011-07-28 13:03 ` [PATCH 2/7] libsoup-2.4: Upgrade to 2.34.2 edwin.zhai
@ 2011-07-28 13:03 ` edwin.zhai
2011-07-30 18:47 ` Khem Raj
2011-07-28 13:03 ` [PATCH 4/7] apr-util: Upgrade to 1.3.12 edwin.zhai
` (3 subsequent siblings)
6 siblings, 1 reply; 11+ messages in thread
From: edwin.zhai @ 2011-07-28 13:03 UTC (permalink / raw)
To: openembedded-core
From: Zhai Edwin <edwin.zhai@intel.com>
Remove buildconf_fix.patch as already in upstream.
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
meta/recipes-support/apr/apr/buildconf_fix.patch | 27 --------------------
.../apr/{apr_1.4.2.bb => apr_1.4.5.bb} | 9 +++---
2 files changed, 5 insertions(+), 31 deletions(-)
delete mode 100644 meta/recipes-support/apr/apr/buildconf_fix.patch
rename meta/recipes-support/apr/{apr_1.4.2.bb => apr_1.4.5.bb} (85%)
diff --git a/meta/recipes-support/apr/apr/buildconf_fix.patch b/meta/recipes-support/apr/apr/buildconf_fix.patch
deleted file mode 100644
index 2c9d62e..0000000
--- a/meta/recipes-support/apr/apr/buildconf_fix.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Remove the new libtool detection method to avoid config failure. Poky's libtool
-has different format for "aclocaldir", and there is no elegant parsing method,
-so fall back to old detection.
-
-Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
-
-Upstream-Status: Inappropriate [configuration]
-
-Index: apr-1.4.2/buildconf
-===================================================================
---- apr-1.4.2.orig/buildconf 2009-11-13 06:19:49.000000000 +0800
-+++ apr-1.4.2/buildconf 2010-11-29 14:39:19.000000000 +0800
-@@ -50,14 +50,6 @@
-
- if [ -f libtool.m4 ]; then
- ltfile=`pwd`/libtool.m4
--elif grep all_pkgmacro_files $libtoolize > /dev/null; then
-- # libtool 2.x
-- aclocal_dir=`sed -n '/^aclocaldir=/{s/.*=//;p;q;}' < $libtoolize`
-- ltfiles=`sed -n '/^all_pkgmacro_files=/{s/.*=//;;s/"//;p;q;}' < $libtoolize`
-- for f in $ltfiles; do
-- test -f "$aclocal_dir/$f" && cp "$aclocal_dir/$f" build
-- done
-- ltfile=$aclocal_dir/libtool.m4
- else
- ltfindcmd="`sed -n \"/=[^\\\`]/p;/libtool_m4=/{s/.*=/echo /p;q;}\" \
- < $libtoolize`"
diff --git a/meta/recipes-support/apr/apr_1.4.2.bb b/meta/recipes-support/apr/apr_1.4.5.bb
similarity index 85%
rename from meta/recipes-support/apr/apr_1.4.2.bb
rename to meta/recipes-support/apr/apr_1.4.5.bb
index 89bdadf..26a1818 100644
--- a/meta/recipes-support/apr/apr_1.4.2.bb
+++ b/meta/recipes-support/apr/apr_1.4.5.bb
@@ -11,11 +11,10 @@ PR = "r0"
SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2 \
file://configure_fixes.patch;patch=1 \
file://cleanup.patch;patch=1 \
- file://configfix.patch;patch=1 \
- file://buildconf_fix.patch;patch=1"
+ file://configfix.patch;patch=1"
-SRC_URI[md5sum] = "4b00e8f70c067893d075577962656b35"
-SRC_URI[sha256sum] = "2017ca700694d09d2b0b21dd7c4d195e43a48735aac88526160c6195ee8f5391"
+SRC_URI[md5sum] = "8b53f5a5669d0597f2da889a2f576eb6"
+SRC_URI[sha256sum] = "38c61cacb39be649411cdab212979c71ce29495549c249c2e9a1b0d12480c93e"
inherit autotools lib_package binconfig
@@ -26,6 +25,8 @@ do_configure_prepend() {
./buildconf
}
+FILES_${PN}-dev += "${libdir}/apr.exp ${datadir}/build-1/*"
+
#for some reason, build/libtool.m4 handled by buildconf still be overwritten
#when autoconf, so handle it again.
do_configure_append() {
--
1.7.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 4/7] apr-util: Upgrade to 1.3.12
2011-07-28 13:03 [PATCH 0/7] packages upgrade, Edwin, July 28, 2011 edwin.zhai
` (2 preceding siblings ...)
2011-07-28 13:03 ` [PATCH 3/7] apr: Upgrade to 1.4.5 edwin.zhai
@ 2011-07-28 13:03 ` edwin.zhai
2011-07-30 18:48 ` Khem Raj
2011-07-28 13:03 ` [PATCH 5/7] libassuan: Upgrade to 2.0.2 edwin.zhai
` (2 subsequent siblings)
6 siblings, 1 reply; 11+ messages in thread
From: edwin.zhai @ 2011-07-28 13:03 UTC (permalink / raw)
To: openembedded-core
From: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
.../apr/{apr-util_1.3.10.bb => apr-util_1.3.12.bb} | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
rename meta/recipes-support/apr/{apr-util_1.3.10.bb => apr-util_1.3.12.bb} (74%)
diff --git a/meta/recipes-support/apr/apr-util_1.3.10.bb b/meta/recipes-support/apr/apr-util_1.3.12.bb
similarity index 74%
rename from meta/recipes-support/apr/apr-util_1.3.10.bb
rename to meta/recipes-support/apr/apr-util_1.3.12.bb
index 7071b90..8e9fd61 100644
--- a/meta/recipes-support/apr/apr-util_1.3.10.bb
+++ b/meta/recipes-support/apr/apr-util_1.3.12.bb
@@ -13,8 +13,8 @@ SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \
file://configfix.patch;patch=1 \
file://configure_fixes.patch;patch=1"
-SRC_URI[md5sum] = "82acd25cf3df8c72eba44eaee8b80c19"
-SRC_URI[sha256sum] = "7c37ac40b2351bfc23000fb6b7b54a67e0872255df315c82eb60c821bcef4b23"
+SRC_URI[md5sum] = "d1977289889592ef998e3f777f68efe4"
+SRC_URI[sha256sum] = "815b6fc82950f61050a5e711a7f3c20fd9b6ffcc7a4cacfe9f291fb241210cd8"
EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \
--without-odbc \
@@ -33,3 +33,7 @@ do_configure_prepend() {
cp ${STAGING_DATADIR}/apr/apr_rules.mk ${S}/build/rules.mk
}
+FILES_${PN}-dev += "${libdir}/aprutil.exp"
+FILES_${PN} += "${libdir}/apr-util-1/apr_dbm_gdbm-1.so"
+FILES_${PN}-dbg += "${libdir}/apr-util-1/* ${libdir}/apr-util-1/.debug/*"
+
--
1.7.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 5/7] libassuan: Upgrade to 2.0.2
2011-07-28 13:03 [PATCH 0/7] packages upgrade, Edwin, July 28, 2011 edwin.zhai
` (3 preceding siblings ...)
2011-07-28 13:03 ` [PATCH 4/7] apr-util: Upgrade to 1.3.12 edwin.zhai
@ 2011-07-28 13:03 ` edwin.zhai
2011-07-28 13:03 ` [PATCH 6/7] gpgme: Upgrade to 1.3.1 edwin.zhai
2011-07-28 13:03 ` [PATCH 7/7] parted: Upgrade to 3.0 edwin.zhai
6 siblings, 0 replies; 11+ messages in thread
From: edwin.zhai @ 2011-07-28 13:03 UTC (permalink / raw)
To: openembedded-core
From: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
.../{libassuan_2.0.1.bb => libassuan_2.0.2.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/libassuan/{libassuan_2.0.1.bb => libassuan_2.0.2.bb} (82%)
diff --git a/meta/recipes-support/libassuan/libassuan_2.0.1.bb b/meta/recipes-support/libassuan/libassuan_2.0.2.bb
similarity index 82%
rename from meta/recipes-support/libassuan/libassuan_2.0.1.bb
rename to meta/recipes-support/libassuan/libassuan_2.0.2.bb
index 5425673..53c1230 100644
--- a/meta/recipes-support/libassuan/libassuan_2.0.1.bb
+++ b/meta/recipes-support/libassuan/libassuan_2.0.2.bb
@@ -12,7 +12,7 @@ DEPENDS = "libgpg-error"
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-${PV}.tar.bz2"
-SRC_URI[md5sum] = "53a7d4c22af909d7236d17d454ef935b"
-SRC_URI[sha256sum] = "1117be532ac41b13790b4756df7fa747d3d04264f7b4544aa9d7ff468a24b457"
+SRC_URI[md5sum] = "3e7d00fd2ee8a0b9c51ac7616ef3f1ec"
+SRC_URI[sha256sum] = "61e0cba33dcbade2dce953b95f06b843af2a73de875303f2585227ecd475b4d8"
inherit autotools binconfig
--
1.7.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 6/7] gpgme: Upgrade to 1.3.1
2011-07-28 13:03 [PATCH 0/7] packages upgrade, Edwin, July 28, 2011 edwin.zhai
` (4 preceding siblings ...)
2011-07-28 13:03 ` [PATCH 5/7] libassuan: Upgrade to 2.0.2 edwin.zhai
@ 2011-07-28 13:03 ` edwin.zhai
2011-07-28 13:03 ` [PATCH 7/7] parted: Upgrade to 3.0 edwin.zhai
6 siblings, 0 replies; 11+ messages in thread
From: edwin.zhai @ 2011-07-28 13:03 UTC (permalink / raw)
To: openembedded-core
From: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
.../disable_gpgconf_check.patch | 0
.../gpgme/{gpgme_1.3.0.bb => gpgme_1.3.1.bb} | 8 ++++----
2 files changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-support/gpgme/{gpgme-1.3.0 => gpgme-1.3.1}/disable_gpgconf_check.patch (100%)
rename meta/recipes-support/gpgme/{gpgme_1.3.0.bb => gpgme_1.3.1.bb} (78%)
diff --git a/meta/recipes-support/gpgme/gpgme-1.3.0/disable_gpgconf_check.patch b/meta/recipes-support/gpgme/gpgme-1.3.1/disable_gpgconf_check.patch
similarity index 100%
rename from meta/recipes-support/gpgme/gpgme-1.3.0/disable_gpgconf_check.patch
rename to meta/recipes-support/gpgme/gpgme-1.3.1/disable_gpgconf_check.patch
diff --git a/meta/recipes-support/gpgme/gpgme_1.3.0.bb b/meta/recipes-support/gpgme/gpgme_1.3.1.bb
similarity index 78%
rename from meta/recipes-support/gpgme/gpgme_1.3.0.bb
rename to meta/recipes-support/gpgme/gpgme_1.3.1.bb
index 4c45a44..64b6ea2 100644
--- a/meta/recipes-support/gpgme/gpgme_1.3.0.bb
+++ b/meta/recipes-support/gpgme/gpgme_1.3.1.bb
@@ -5,14 +5,14 @@ BUGTRACKER = "https://bugs.g10code.com/gnupg/index"
LICENSE = "GPLv2+ & LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://COPYING.LESSER;md5=bbb461211a33b134d42ed5ee802b37ff \
- file://src/gpgme.h;endline=23;md5=2775a99d3dd524c4f848ff1c59093038 \
+ file://src/gpgme.h.in;endline=23;md5=942b47052c0674c6a3b9b9e6127628a4 \
file://src/engine.h;endline=22;md5=e96acfaab1cff82dd8fbefddd2f5c436"
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-${PV}.tar.bz2 \
file://disable_gpgconf_check.patch;patch=1;pnum=1"
-SRC_URI[md5sum] = "4784e3c6086c9c25e9a1b4d9f7c5aa96"
-SRC_URI[sha256sum] = "74e040fcd46061f6b0d8b621a2a2a48100a7ba5c9f69e7cf207259a6e2e3e6a1"
+SRC_URI[md5sum] = "90afa8436ce2b2683c001c824bd22601"
+SRC_URI[sha256sum] = "15ef27a875ae0d79d7446fd931deda11438e724ffbeac74449ed19cba23df4d4"
DEPENDS = "libgpg-error libassuan pth"
PR = "r0"
@@ -25,4 +25,4 @@ PACKAGES =+ "${PN}-pth ${PN}-pthread"
FILES_${PN}-pth = "${libdir}/libgpgme-pth.so.*"
FILES_${PN}-pthread = "${libdir}/libgpgme-pthread.so.*"
FILES_${PN} = "${libdir}/libgpgme.so.*"
-FILES_${PN}-dev += "${bindir}/gpgme-config"
+FILES_${PN}-dev += "${bindir}/gpgme-config ${datadir}/common-lisp/source/gpgme/*"
--
1.7.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH 7/7] parted: Upgrade to 3.0
2011-07-28 13:03 [PATCH 0/7] packages upgrade, Edwin, July 28, 2011 edwin.zhai
` (5 preceding siblings ...)
2011-07-28 13:03 ` [PATCH 6/7] gpgme: Upgrade to 1.3.1 edwin.zhai
@ 2011-07-28 13:03 ` edwin.zhai
6 siblings, 0 replies; 11+ messages in thread
From: edwin.zhai @ 2011-07-28 13:03 UTC (permalink / raw)
To: openembedded-core
From: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
---
.../{parted-2.3 => parted-3.0}/no_check.patch | 0
.../{parted-2.3 => parted-3.0}/syscalls.patch | 0
.../parted/{parted_2.3.bb => parted_3.0.bb} | 4 ++--
3 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/parted/{parted-2.3 => parted-3.0}/no_check.patch (100%)
rename meta/recipes-extended/parted/{parted-2.3 => parted-3.0}/syscalls.patch (100%)
rename meta/recipes-extended/parted/{parted_2.3.bb => parted_3.0.bb} (78%)
diff --git a/meta/recipes-extended/parted/parted-2.3/no_check.patch b/meta/recipes-extended/parted/parted-3.0/no_check.patch
similarity index 100%
rename from meta/recipes-extended/parted/parted-2.3/no_check.patch
rename to meta/recipes-extended/parted/parted-3.0/no_check.patch
diff --git a/meta/recipes-extended/parted/parted-2.3/syscalls.patch b/meta/recipes-extended/parted/parted-3.0/syscalls.patch
similarity index 100%
rename from meta/recipes-extended/parted/parted-2.3/syscalls.patch
rename to meta/recipes-extended/parted/parted-3.0/syscalls.patch
diff --git a/meta/recipes-extended/parted/parted_2.3.bb b/meta/recipes-extended/parted/parted_3.0.bb
similarity index 78%
rename from meta/recipes-extended/parted/parted_2.3.bb
rename to meta/recipes-extended/parted/parted_3.0.bb
index 14c9c25..29daf01 100644
--- a/meta/recipes-extended/parted/parted_2.3.bb
+++ b/meta/recipes-extended/parted/parted_3.0.bb
@@ -10,8 +10,8 @@ SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \
file://no_check.patch \
file://syscalls.patch "
-SRC_URI[md5sum] = "30ceb6df7e8681891e865e2fe5a7903d"
-SRC_URI[sha256sum] = "e81fa140805b5cd029ff6dda5cfa94d223e83ac182ebcae94f841d62ce468829"
+SRC_URI[md5sum] = "a94e84a9b9944715c4453f82ccc639bf"
+SRC_URI[sha256sum] = "8886eece015202f6bd5ce8414f4b68838452cef509f2e3389ad56128219837b7"
EXTRA_OECONF = "--disable-Werror --disable-device-mapper"
--
1.7.1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 3/7] apr: Upgrade to 1.4.5
2011-07-28 13:03 ` [PATCH 3/7] apr: Upgrade to 1.4.5 edwin.zhai
@ 2011-07-30 18:47 ` Khem Raj
0 siblings, 0 replies; 11+ messages in thread
From: Khem Raj @ 2011-07-30 18:47 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Thursday, July 28, 2011 09:03:05 PM edwin.zhai@intel.com wrote:
> From: Zhai Edwin <edwin.zhai@intel.com>
>
> Remove buildconf_fix.patch as already in upstream.
>
> Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
> ---
> meta/recipes-support/apr/apr/buildconf_fix.patch | 27
> -------------------- .../apr/{apr_1.4.2.bb => apr_1.4.5.bb} |
> 9 +++---
> 2 files changed, 5 insertions(+), 31 deletions(-)
> delete mode 100644 meta/recipes-support/apr/apr/buildconf_fix.patch
> rename meta/recipes-support/apr/{apr_1.4.2.bb => apr_1.4.5.bb} (85%)
>
> diff --git a/meta/recipes-support/apr/apr/buildconf_fix.patch
> b/meta/recipes-support/apr/apr/buildconf_fix.patch deleted file mode 100644
> index 2c9d62e..0000000
> --- a/meta/recipes-support/apr/apr/buildconf_fix.patch
> +++ /dev/null
> @@ -1,27 +0,0 @@
> -Remove the new libtool detection method to avoid config failure. Poky's
> libtool -has different format for "aclocaldir", and there is no elegant
> parsing method, -so fall back to old detection.
> -
> -Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
> -
> -Upstream-Status: Inappropriate [configuration]
> -
> -Index: apr-1.4.2/buildconf
> -===================================================================
> ---- apr-1.4.2.orig/buildconf 2009-11-13 06:19:49.000000000 +0800
> -+++ apr-1.4.2/buildconf 2010-11-29 14:39:19.000000000 +0800
> -@@ -50,14 +50,6 @@
> -
> - if [ -f libtool.m4 ]; then
> - ltfile=`pwd`/libtool.m4
> --elif grep all_pkgmacro_files $libtoolize > /dev/null; then
> -- # libtool 2.x
> -- aclocal_dir=`sed -n '/^aclocaldir=/{s/.*=//;p;q;}' < $libtoolize`
> -- ltfiles=`sed -n '/^all_pkgmacro_files=/{s/.*=//;;s/"//;p;q;}' <
> $libtoolize` -- for f in $ltfiles; do
> -- test -f "$aclocal_dir/$f" && cp "$aclocal_dir/$f" build
> -- done
> -- ltfile=$aclocal_dir/libtool.m4
> - else
> - ltfindcmd="`sed -n \"/=[^\\\`]/p;/libtool_m4=/{s/.*=/echo /p;q;}\" \
> - < $libtoolize`"
> diff --git a/meta/recipes-support/apr/apr_1.4.2.bb
> b/meta/recipes-support/apr/apr_1.4.5.bb similarity index 85%
> rename from meta/recipes-support/apr/apr_1.4.2.bb
> rename to meta/recipes-support/apr/apr_1.4.5.bb
> index 89bdadf..26a1818 100644
> --- a/meta/recipes-support/apr/apr_1.4.2.bb
> +++ b/meta/recipes-support/apr/apr_1.4.5.bb
> @@ -11,11 +11,10 @@ PR = "r0"
> SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.bz2 \
> file://configure_fixes.patch;patch=1 \
> file://cleanup.patch;patch=1 \
> - file://configfix.patch;patch=1 \
> - file://buildconf_fix.patch;patch=1"
> + file://configfix.patch;patch=1"
while you are at it get rid of patch=1 from SRC_URI its default in bitbake and
redundant to use
>
> -SRC_URI[md5sum] = "4b00e8f70c067893d075577962656b35"
> -SRC_URI[sha256sum] =
> "2017ca700694d09d2b0b21dd7c4d195e43a48735aac88526160c6195ee8f5391"
> +SRC_URI[md5sum] = "8b53f5a5669d0597f2da889a2f576eb6"
> +SRC_URI[sha256sum] =
> "38c61cacb39be649411cdab212979c71ce29495549c249c2e9a1b0d12480c93e"
>
> inherit autotools lib_package binconfig
>
> @@ -26,6 +25,8 @@ do_configure_prepend() {
> ./buildconf
> }
>
> +FILES_${PN}-dev += "${libdir}/apr.exp ${datadir}/build-1/*"
> +
> #for some reason, build/libtool.m4 handled by buildconf still be
> overwritten #when autoconf, so handle it again.
> do_configure_append() {
--
Khem Raj
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 4/7] apr-util: Upgrade to 1.3.12
2011-07-28 13:03 ` [PATCH 4/7] apr-util: Upgrade to 1.3.12 edwin.zhai
@ 2011-07-30 18:48 ` Khem Raj
2011-08-02 7:53 ` Zhai, Edwin
0 siblings, 1 reply; 11+ messages in thread
From: Khem Raj @ 2011-07-30 18:48 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On Thursday, July 28, 2011 09:03:06 PM edwin.zhai@intel.com wrote:
> From: Zhai Edwin <edwin.zhai@intel.com>
>
> Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
> ---
> .../apr/{apr-util_1.3.10.bb => apr-util_1.3.12.bb} | 8 ++++++--
> 1 files changed, 6 insertions(+), 2 deletions(-)
> rename meta/recipes-support/apr/{apr-util_1.3.10.bb => apr-util_1.3.12.bb}
> (74%)
>
> diff --git a/meta/recipes-support/apr/apr-util_1.3.10.bb
> b/meta/recipes-support/apr/apr-util_1.3.12.bb similarity index 74%
> rename from meta/recipes-support/apr/apr-util_1.3.10.bb
> rename to meta/recipes-support/apr/apr-util_1.3.12.bb
> index 7071b90..8e9fd61 100644
> --- a/meta/recipes-support/apr/apr-util_1.3.10.bb
> +++ b/meta/recipes-support/apr/apr-util_1.3.12.bb
> @@ -13,8 +13,8 @@ SRC_URI = "${APACHE_MIRROR}/apr/${P}.tar.gz \
> file://configfix.patch;patch=1 \
> file://configure_fixes.patch;patch=1"
>
> -SRC_URI[md5sum] = "82acd25cf3df8c72eba44eaee8b80c19"
> -SRC_URI[sha256sum] =
> "7c37ac40b2351bfc23000fb6b7b54a67e0872255df315c82eb60c821bcef4b23"
> +SRC_URI[md5sum] = "d1977289889592ef998e3f777f68efe4"
> +SRC_URI[sha256sum] =
> "815b6fc82950f61050a5e711a7f3c20fd9b6ffcc7a4cacfe9f291fb241210cd8"
>
> EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \
> --without-odbc \
> @@ -33,3 +33,7 @@ do_configure_prepend() {
> cp ${STAGING_DATADIR}/apr/apr_rules.mk ${S}/build/rules.mk
> }
>
> +FILES_${PN}-dev += "${libdir}/aprutil.exp"
> +FILES_${PN} += "${libdir}/apr-util-1/apr_dbm_gdbm-1.so"
> +FILES_${PN}-dbg += "${libdir}/apr-util-1/* ${libdir}/apr-util-1/.debug/*"
do you really want ${libdir}/apr-util-1/* wildcard to go into a dbg package
here ?
> +
--
Khem Raj
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 4/7] apr-util: Upgrade to 1.3.12
2011-07-30 18:48 ` Khem Raj
@ 2011-08-02 7:53 ` Zhai, Edwin
0 siblings, 0 replies; 11+ messages in thread
From: Zhai, Edwin @ 2011-08-02 7:53 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Khem Raj wrote:
>
> On Thursday, July 28, 2011 09:03:06 PM edwin.zhai@intel.com wrote:
> >
> >
> > +FILES_${PN}-dev += "${libdir}/aprutil.exp"
> > +FILES_${PN} += "${libdir}/apr-util-1/apr_dbm_gdbm-1.so"
> > +FILES_${PN}-dbg += "${libdir}/apr-util-1/*
> ${libdir}/apr-util-1/.debug/*"
>
> do you really want ${libdir}/apr-util-1/* wildcard to go into a dbg
> package
> here ?
>
2nd thought make them into dev package like following:
+FILES_${PN} += "${libdir}/apr-util-1/apr_dbm_gdbm-1.so"
+FILES_${PN}-dev += "${libdir}/aprutil.exp
${libdir}/apr-util-1/apr_dbm_gdbm.*"
+FILES_${PN}-dbg += "${libdir}/apr-util-1/.debug/*"
> > +
> --
> Khem Raj
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2011-08-02 7:58 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-28 13:03 [PATCH 0/7] packages upgrade, Edwin, July 28, 2011 edwin.zhai
2011-07-28 13:03 ` [PATCH 1/7] lighttpd: Upgrade to 1.4.29 edwin.zhai
2011-07-28 13:03 ` [PATCH 2/7] libsoup-2.4: Upgrade to 2.34.2 edwin.zhai
2011-07-28 13:03 ` [PATCH 3/7] apr: Upgrade to 1.4.5 edwin.zhai
2011-07-30 18:47 ` Khem Raj
2011-07-28 13:03 ` [PATCH 4/7] apr-util: Upgrade to 1.3.12 edwin.zhai
2011-07-30 18:48 ` Khem Raj
2011-08-02 7:53 ` Zhai, Edwin
2011-07-28 13:03 ` [PATCH 5/7] libassuan: Upgrade to 2.0.2 edwin.zhai
2011-07-28 13:03 ` [PATCH 6/7] gpgme: Upgrade to 1.3.1 edwin.zhai
2011-07-28 13:03 ` [PATCH 7/7] parted: Upgrade to 3.0 edwin.zhai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox