public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [for-denzil][Fedora 18 fixes][PATCH 1/4] bison: move remove-gets.patch to BASE_SRC_URI, it's needed for bison-native too if host has (e)glibc-2.16
@ 2013-01-15  9:24 Koen Kooi
  2013-01-15  9:24 ` [for-denzil][Fedora 18 fixes][PATCH 2/4] libtasn1: Update to 2.12 Koen Kooi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Koen Kooi @ 2013-01-15  9:24 UTC (permalink / raw)
  To: openembedded-core; +Cc: Martin Jansa, scott.a.garmin

From: Martin Jansa <martin.jansa@gmail.com>

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-devtools/bison/bison_2.5.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/bison/bison_2.5.bb b/meta/recipes-devtools/bison/bison_2.5.bb
index e3f9273..4d82723 100644
--- a/meta/recipes-devtools/bison/bison_2.5.bb
+++ b/meta/recipes-devtools/bison/bison_2.5.bb
@@ -9,15 +9,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 SECTION = "devel"
 DEPENDS = "bison-native flex-native"
 
-PR = "r2"
+PR = "r3"
 
 BASE_SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
 	   file://m4.patch \
+           file://remove-gets.patch \
 	  "
 
 SRC_URI = "${BASE_SRC_URI} \
            file://fix_cross_manpage_building.patch \
-           file://remove-gets.patch \
           "
 
 SRC_URI[md5sum] = "687e1dcd29452789d34eaeea4c25abe4"
-- 
1.8.1




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

* [for-denzil][Fedora 18 fixes][PATCH 2/4] libtasn1: Update to 2.12
  2013-01-15  9:24 [for-denzil][Fedora 18 fixes][PATCH 1/4] bison: move remove-gets.patch to BASE_SRC_URI, it's needed for bison-native too if host has (e)glibc-2.16 Koen Kooi
@ 2013-01-15  9:24 ` Koen Kooi
  2013-01-15  9:24 ` [for-denzil][Fedora 18 fixes][PATCH 3/4] libtasn1: fix build with automake 1.12 Koen Kooi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2013-01-15  9:24 UTC (permalink / raw)
  To: openembedded-core; +Cc: scott.a.garmin

From: Saul Wold <sgw@linux.intel.com>

Use the GUN_MIRROR correctly

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-support/gnutls/libtasn1_2.11.bb | 20 --------------------
 meta/recipes-support/gnutls/libtasn1_2.12.bb | 20 ++++++++++++++++++++
 2 files changed, 20 insertions(+), 20 deletions(-)
 delete mode 100644 meta/recipes-support/gnutls/libtasn1_2.11.bb
 create mode 100644 meta/recipes-support/gnutls/libtasn1_2.12.bb

diff --git a/meta/recipes-support/gnutls/libtasn1_2.11.bb b/meta/recipes-support/gnutls/libtasn1_2.11.bb
deleted file mode 100644
index 1a87fc8..0000000
--- a/meta/recipes-support/gnutls/libtasn1_2.11.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Library for ASN.1 and DER manipulation"
-HOMEPAGE = "http://www.gnu.org/software/libtasn1/"
-
-LICENSE = "GPLv3+ & LGPLv2.1+"
-LICENSE_${PN}-bin = "GPLv3+"
-LICENSE_${PN} = "LGPLv2.1+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
-                    file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
-                    file://README;endline=8;md5=c3803a3e8ca5ab5eb1e5912faa405351"
-
-PR = "r0"
-
-SRC_URI = "ftp://ftp.gnu.org/gnu/libtasn1/libtasn1-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "ee8076752f2afcbcd12f3dd9bc622748"
-SRC_URI[sha256sum] = "f4d43c77c12ceabf1a72911472fc8c67e43728b328dfb1b83fd519ed5d079afb"
-
-inherit autotools binconfig lib_package
-
-BBCLASSEXTEND = "native"
diff --git a/meta/recipes-support/gnutls/libtasn1_2.12.bb b/meta/recipes-support/gnutls/libtasn1_2.12.bb
new file mode 100644
index 0000000..aae409e
--- /dev/null
+++ b/meta/recipes-support/gnutls/libtasn1_2.12.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "Library for ASN.1 and DER manipulation"
+HOMEPAGE = "http://www.gnu.org/software/libtasn1/"
+
+LICENSE = "GPLv3+ & LGPLv2.1+"
+LICENSE_${PN}-bin = "GPLv3+"
+LICENSE_${PN} = "LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
+                    file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
+                    file://README;endline=8;md5=c3803a3e8ca5ab5eb1e5912faa405351"
+
+PR = "r0"
+
+SRC_URI = "${GNU_MIRROR}/libtasn1/libtasn1-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "4eba39fb962d6cf5a370267eae8ff52b"
+SRC_URI[sha256sum] = "0e257a8a01c80e464f73262e13c226e04a15165c2ad087a340f53902281a1c5d"
+
+inherit autotools binconfig lib_package
+
+BBCLASSEXTEND = "native"
-- 
1.8.1




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

* [for-denzil][Fedora 18 fixes][PATCH 3/4] libtasn1: fix build with automake 1.12
  2013-01-15  9:24 [for-denzil][Fedora 18 fixes][PATCH 1/4] bison: move remove-gets.patch to BASE_SRC_URI, it's needed for bison-native too if host has (e)glibc-2.16 Koen Kooi
  2013-01-15  9:24 ` [for-denzil][Fedora 18 fixes][PATCH 2/4] libtasn1: Update to 2.12 Koen Kooi
@ 2013-01-15  9:24 ` Koen Kooi
  2013-01-15  9:24 ` [for-denzil][Fedora 18 fixes][PATCH 4/4] libtasn1: Upgrade to 2.13 Koen Kooi
  2013-01-15 20:18 ` [for-denzil][Fedora 18 fixes][PATCH 1/4] bison: move remove-gets.patch to BASE_SRC_URI, it's needed for bison-native too if host has (e)glibc-2.16 Scott Garman
  3 siblings, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2013-01-15  9:24 UTC (permalink / raw)
  To: openembedded-core; +Cc: scott.a.garmin

From: Nitin A Kamble <nitin.a.kamble@intel.com>

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
---
 .../libtasn1/libtasn1_fix_for_automake_1.12.patch  | 28 ++++++++++++++++++++++
 meta/recipes-support/gnutls/libtasn1_2.12.bb       |  6 +++--
 2 files changed, 32 insertions(+), 2 deletions(-)
 create mode 100644 meta/recipes-support/gnutls/libtasn1/libtasn1_fix_for_automake_1.12.patch

diff --git a/meta/recipes-support/gnutls/libtasn1/libtasn1_fix_for_automake_1.12.patch b/meta/recipes-support/gnutls/libtasn1/libtasn1_fix_for_automake_1.12.patch
new file mode 100644
index 0000000..5540bef
--- /dev/null
+++ b/meta/recipes-support/gnutls/libtasn1/libtasn1_fix_for_automake_1.12.patch
@@ -0,0 +1,28 @@
+Upstream-Status: Pending
+
+This patch avoids following issues with automake 1.12:
+
+| automake: warnings are treated as errors
+| /srv/home/nitin/builds/build-gcc47/tmp/sysroots/x86_64-linux/usr/share/automake-1.12/am/ltlibrary.am: warning: 'libtasn1.la': linking libtool libraries using a non-POSIX
+| /srv/home/nitin/builds/build-gcc47/tmp/sysroots/x86_64-linux/usr/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
+
+Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
+2012/05/02
+
+
+Index: libtasn1-2.11/configure.ac
+===================================================================
+--- libtasn1-2.11.orig/configure.ac
++++ libtasn1-2.11/configure.ac
+@@ -38,6 +38,11 @@ lgl_EARLY
+ AC_PROG_YACC
+ AC_PROG_LN_S
+ 
++# automake 1.12 seems to require this, but automake 1.11 doesn't recognize it
++m4_pattern_allow([AM_PROG_AR])
++AM_PROG_AR
++
++
+ dnl Checks for programs.
+ AC_PROG_INSTALL
+ AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)
diff --git a/meta/recipes-support/gnutls/libtasn1_2.12.bb b/meta/recipes-support/gnutls/libtasn1_2.12.bb
index aae409e..d0b4191 100644
--- a/meta/recipes-support/gnutls/libtasn1_2.12.bb
+++ b/meta/recipes-support/gnutls/libtasn1_2.12.bb
@@ -8,9 +8,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
                     file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
                     file://README;endline=8;md5=c3803a3e8ca5ab5eb1e5912faa405351"
 
-PR = "r0"
+PR = "r1"
 
-SRC_URI = "${GNU_MIRROR}/libtasn1/libtasn1-${PV}.tar.gz"
+SRC_URI = "${GNU_MIRROR}/libtasn1/libtasn1-${PV}.tar.gz \
+           file://libtasn1_fix_for_automake_1.12.patch \
+           "
 
 SRC_URI[md5sum] = "4eba39fb962d6cf5a370267eae8ff52b"
 SRC_URI[sha256sum] = "0e257a8a01c80e464f73262e13c226e04a15165c2ad087a340f53902281a1c5d"
-- 
1.8.1




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

* [for-denzil][Fedora 18 fixes][PATCH 4/4] libtasn1: Upgrade to 2.13
  2013-01-15  9:24 [for-denzil][Fedora 18 fixes][PATCH 1/4] bison: move remove-gets.patch to BASE_SRC_URI, it's needed for bison-native too if host has (e)glibc-2.16 Koen Kooi
  2013-01-15  9:24 ` [for-denzil][Fedora 18 fixes][PATCH 2/4] libtasn1: Update to 2.12 Koen Kooi
  2013-01-15  9:24 ` [for-denzil][Fedora 18 fixes][PATCH 3/4] libtasn1: fix build with automake 1.12 Koen Kooi
@ 2013-01-15  9:24 ` Koen Kooi
  2013-01-15 20:18 ` [for-denzil][Fedora 18 fixes][PATCH 1/4] bison: move remove-gets.patch to BASE_SRC_URI, it's needed for bison-native too if host has (e)glibc-2.16 Scott Garman
  3 siblings, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2013-01-15  9:24 UTC (permalink / raw)
  To: openembedded-core; +Cc: scott.a.garmin

From: Saul Wold <sgw@linux.intel.com>

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-support/gnutls/libtasn1_2.12.bb | 22 ----------------------
 meta/recipes-support/gnutls/libtasn1_2.13.bb | 22 ++++++++++++++++++++++
 2 files changed, 22 insertions(+), 22 deletions(-)
 delete mode 100644 meta/recipes-support/gnutls/libtasn1_2.12.bb
 create mode 100644 meta/recipes-support/gnutls/libtasn1_2.13.bb

diff --git a/meta/recipes-support/gnutls/libtasn1_2.12.bb b/meta/recipes-support/gnutls/libtasn1_2.12.bb
deleted file mode 100644
index d0b4191..0000000
--- a/meta/recipes-support/gnutls/libtasn1_2.12.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-DESCRIPTION = "Library for ASN.1 and DER manipulation"
-HOMEPAGE = "http://www.gnu.org/software/libtasn1/"
-
-LICENSE = "GPLv3+ & LGPLv2.1+"
-LICENSE_${PN}-bin = "GPLv3+"
-LICENSE_${PN} = "LGPLv2.1+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
-                    file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
-                    file://README;endline=8;md5=c3803a3e8ca5ab5eb1e5912faa405351"
-
-PR = "r1"
-
-SRC_URI = "${GNU_MIRROR}/libtasn1/libtasn1-${PV}.tar.gz \
-           file://libtasn1_fix_for_automake_1.12.patch \
-           "
-
-SRC_URI[md5sum] = "4eba39fb962d6cf5a370267eae8ff52b"
-SRC_URI[sha256sum] = "0e257a8a01c80e464f73262e13c226e04a15165c2ad087a340f53902281a1c5d"
-
-inherit autotools binconfig lib_package
-
-BBCLASSEXTEND = "native"
diff --git a/meta/recipes-support/gnutls/libtasn1_2.13.bb b/meta/recipes-support/gnutls/libtasn1_2.13.bb
new file mode 100644
index 0000000..891c5b6
--- /dev/null
+++ b/meta/recipes-support/gnutls/libtasn1_2.13.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Library for ASN.1 and DER manipulation"
+HOMEPAGE = "http://www.gnu.org/software/libtasn1/"
+
+LICENSE = "GPLv3+ & LGPLv2.1+"
+LICENSE_${PN}-bin = "GPLv3+"
+LICENSE_${PN} = "LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
+                    file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
+                    file://README;endline=8;md5=c3803a3e8ca5ab5eb1e5912faa405351"
+
+PR = "r0"
+
+SRC_URI = "${GNU_MIRROR}/libtasn1/libtasn1-${PV}.tar.gz \
+           file://libtasn1_fix_for_automake_1.12.patch \
+           "
+
+SRC_URI[md5sum] = "df27eaddcc46172377e6b907e33ddc83"
+SRC_URI[sha256sum] = "a56e46483d1d42fe44ba58c9758620844042468d7c2d75f6318cdf3222745a91"
+
+inherit autotools binconfig lib_package
+
+BBCLASSEXTEND = "native"
-- 
1.8.1




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

* Re: [for-denzil][Fedora 18 fixes][PATCH 1/4] bison: move remove-gets.patch to BASE_SRC_URI, it's needed for bison-native too if host has (e)glibc-2.16
  2013-01-15  9:24 [for-denzil][Fedora 18 fixes][PATCH 1/4] bison: move remove-gets.patch to BASE_SRC_URI, it's needed for bison-native too if host has (e)glibc-2.16 Koen Kooi
                   ` (2 preceding siblings ...)
  2013-01-15  9:24 ` [for-denzil][Fedora 18 fixes][PATCH 4/4] libtasn1: Upgrade to 2.13 Koen Kooi
@ 2013-01-15 20:18 ` Scott Garman
  3 siblings, 0 replies; 5+ messages in thread
From: Scott Garman @ 2013-01-15 20:18 UTC (permalink / raw)
  To: openembedded-core

Hi Koen,

Thanks for these patches. With denzil 1.2.2 just having gone through 
final QA fullpass testing, the team has decided during the Technical 
Team Meeting today that we will not hold up the 1.2.2 release further, 
but instead perform the usual Autobuilder testing on them and submit 
them to the tip of the denzil branch.

So these patches (as well as Matthew McClintock's recent denzil patches) 
will not be included in 1.2.2 but I will work to get them into the 
denzil branch, so they are easily available to the folks who will need them.

Scott

-- 
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center



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

end of thread, other threads:[~2013-01-15 20:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-15  9:24 [for-denzil][Fedora 18 fixes][PATCH 1/4] bison: move remove-gets.patch to BASE_SRC_URI, it's needed for bison-native too if host has (e)glibc-2.16 Koen Kooi
2013-01-15  9:24 ` [for-denzil][Fedora 18 fixes][PATCH 2/4] libtasn1: Update to 2.12 Koen Kooi
2013-01-15  9:24 ` [for-denzil][Fedora 18 fixes][PATCH 3/4] libtasn1: fix build with automake 1.12 Koen Kooi
2013-01-15  9:24 ` [for-denzil][Fedora 18 fixes][PATCH 4/4] libtasn1: Upgrade to 2.13 Koen Kooi
2013-01-15 20:18 ` [for-denzil][Fedora 18 fixes][PATCH 1/4] bison: move remove-gets.patch to BASE_SRC_URI, it's needed for bison-native too if host has (e)glibc-2.16 Scott Garman

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