* [PATCH 0/2] libpcap and libtirpc PUs
@ 2013-12-16 17:02 Cristian Iorga
2013-12-16 17:02 ` [PATCH 1/2] libtirpc: upgrade to 0.2.4 Cristian Iorga
2013-12-16 17:02 ` [PATCH 2/2] libpcap: upgrade to 1.5.2 Cristian Iorga
0 siblings, 2 replies; 4+ messages in thread
From: Cristian Iorga @ 2013-12-16 17:02 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 9daa1de753e58b7f678e68cf307f6028c0c79a6a:
qemu/local.conf.sample: Add sdl PACKAGECONFIG (2013-12-16 12:13:59 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ciorga/PUs
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/PUs
Cristian Iorga (2):
libtirpc: upgrade to 0.2.4
libpcap: upgrade to 1.5.2
meta/recipes-connectivity/libpcap/libpcap/aclocal.patch | 8 ++++----
.../libpcap/{libpcap_1.4.0.bb => libpcap_1.5.2.bb} | 4 ++--
.../libtirpc-0.2.3/obsolete_automake_macros.patch | 15 ---------------
.../libtirpc-0.2.1-fortify.patch | 0
.../remove-des-uclibc.patch | 0
.../libtirpc/{libtirpc_0.2.3.bb => libtirpc_0.2.4.bb} | 8 +++++---
6 files changed, 11 insertions(+), 24 deletions(-)
rename meta/recipes-connectivity/libpcap/{libpcap_1.4.0.bb => libpcap_1.5.2.bb} (80%)
delete mode 100644 meta/recipes-extended/libtirpc/libtirpc-0.2.3/obsolete_automake_macros.patch
rename meta/recipes-extended/libtirpc/{libtirpc-0.2.3 => libtirpc-0.2.4}/libtirpc-0.2.1-fortify.patch (100%)
rename meta/recipes-extended/libtirpc/{libtirpc-0.2.3 => libtirpc-0.2.4}/remove-des-uclibc.patch (100%)
rename meta/recipes-extended/libtirpc/{libtirpc_0.2.3.bb => libtirpc_0.2.4.bb} (84%)
--
1.8.3.2
^ permalink raw reply [flat|nested] 4+ messages in thread* [PATCH 1/2] libtirpc: upgrade to 0.2.4 2013-12-16 17:02 [PATCH 0/2] libpcap and libtirpc PUs Cristian Iorga @ 2013-12-16 17:02 ` Cristian Iorga 2013-12-16 19:14 ` Saul Wold 2013-12-16 17:02 ` [PATCH 2/2] libpcap: upgrade to 1.5.2 Cristian Iorga 1 sibling, 1 reply; 4+ messages in thread From: Cristian Iorga @ 2013-12-16 17:02 UTC (permalink / raw) To: openembedded-core obsolete_automake_macros.patch removed, no longer needed. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> --- .../libtirpc-0.2.3/obsolete_automake_macros.patch | 15 --------------- .../libtirpc-0.2.1-fortify.patch | 0 .../remove-des-uclibc.patch | 0 .../libtirpc/{libtirpc_0.2.3.bb => libtirpc_0.2.4.bb} | 8 +++++--- 4 files changed, 5 insertions(+), 18 deletions(-) delete mode 100644 meta/recipes-extended/libtirpc/libtirpc-0.2.3/obsolete_automake_macros.patch rename meta/recipes-extended/libtirpc/{libtirpc-0.2.3 => libtirpc-0.2.4}/libtirpc-0.2.1-fortify.patch (100%) rename meta/recipes-extended/libtirpc/{libtirpc-0.2.3 => libtirpc-0.2.4}/remove-des-uclibc.patch (100%) rename meta/recipes-extended/libtirpc/{libtirpc_0.2.3.bb => libtirpc_0.2.4.bb} (84%) diff --git a/meta/recipes-extended/libtirpc/libtirpc-0.2.3/obsolete_automake_macros.patch b/meta/recipes-extended/libtirpc/libtirpc-0.2.3/obsolete_automake_macros.patch deleted file mode 100644 index 88d759f..0000000 --- a/meta/recipes-extended/libtirpc/libtirpc-0.2.3/obsolete_automake_macros.patch +++ /dev/null @@ -1,15 +0,0 @@ -Upstream-Status: Submitted [libtirpc-devel@lists.sourceforge.net] - -Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> -diff -Nurd libtirpc-0.2.2/configure.ac libtirpc-0.2.2/configure.ac ---- libtirpc-0.2.2/configure.ac 2011-05-02 15:10:40.000000000 +0300 -+++ libtirpc-0.2.2/configure.ac 2013-01-11 15:11:24.275000030 +0200 -@@ -17,7 +17,7 @@ - fi - - AC_PROG_CC --AM_CONFIG_HEADER(config.h) -+AC_CONFIG_HEADERS(config.h) - AC_PROG_LIBTOOL - AC_HEADER_DIRENT - AC_PREFIX_DEFAULT(/usr) diff --git a/meta/recipes-extended/libtirpc/libtirpc-0.2.3/libtirpc-0.2.1-fortify.patch b/meta/recipes-extended/libtirpc/libtirpc-0.2.4/libtirpc-0.2.1-fortify.patch similarity index 100% rename from meta/recipes-extended/libtirpc/libtirpc-0.2.3/libtirpc-0.2.1-fortify.patch rename to meta/recipes-extended/libtirpc/libtirpc-0.2.4/libtirpc-0.2.1-fortify.patch diff --git a/meta/recipes-extended/libtirpc/libtirpc-0.2.3/remove-des-uclibc.patch b/meta/recipes-extended/libtirpc/libtirpc-0.2.4/remove-des-uclibc.patch similarity index 100% rename from meta/recipes-extended/libtirpc/libtirpc-0.2.3/remove-des-uclibc.patch rename to meta/recipes-extended/libtirpc/libtirpc-0.2.4/remove-des-uclibc.patch diff --git a/meta/recipes-extended/libtirpc/libtirpc_0.2.3.bb b/meta/recipes-extended/libtirpc/libtirpc_0.2.4.bb similarity index 84% rename from meta/recipes-extended/libtirpc/libtirpc_0.2.3.bb rename to meta/recipes-extended/libtirpc/libtirpc_0.2.4.bb index 407e38e..88e2d82 100644 --- a/meta/recipes-extended/libtirpc/libtirpc_0.2.3.bb +++ b/meta/recipes-extended/libtirpc/libtirpc_0.2.4.bb @@ -13,17 +13,19 @@ PROVIDES = "virtual/librpc" SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2;name=libtirpc \ ${GENTOO_MIRROR}/${BPN}-glibc-nfs.tar.xz;name=glibc-nfs \ file://libtirpc-0.2.1-fortify.patch \ - file://obsolete_automake_macros.patch \ " SRC_URI_append_libc-uclibc = " file://remove-des-uclibc.patch" -SRC_URI[libtirpc.md5sum] = "b70e6c12a369a91e69fcc3b9feb23d61" -SRC_URI[libtirpc.sha256sum] = "4f29ea0491b4ca4c29f95f3c34191b857757873bbbf4b069f9dd4da01a6a923c" +SRC_URI[libtirpc.md5sum] = "847995e8d002cbf1387bda05947be086" +SRC_URI[libtirpc.sha256sum] = "45c3e21dfc23a5ba501f9dfc6671678316fdfdb8355a1ec404ae2aa2f81943a1" SRC_URI[glibc-nfs.md5sum] = "5ae500b9d0b6b72cb875bc04944b9445" SRC_URI[glibc-nfs.sha256sum] = "2677cfedf626f3f5a8f6e507aed5bb8f79a7453b589d684dbbc086e755170d83" + inherit autotools pkgconfig +EXTRA_OECONF = "--disable-gssapi" + do_configure_prepend () { cp -r ${S}/../tirpc ${S} } -- 1.8.3.2 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] libtirpc: upgrade to 0.2.4 2013-12-16 17:02 ` [PATCH 1/2] libtirpc: upgrade to 0.2.4 Cristian Iorga @ 2013-12-16 19:14 ` Saul Wold 0 siblings, 0 replies; 4+ messages in thread From: Saul Wold @ 2013-12-16 19:14 UTC (permalink / raw) To: Cristian Iorga, openembedded-core On 12/16/2013 09:02 AM, Cristian Iorga wrote: > obsolete_automake_macros.patch removed, > no longer needed. > > Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> > --- > .../libtirpc-0.2.3/obsolete_automake_macros.patch | 15 --------------- > .../libtirpc-0.2.1-fortify.patch | 0 > .../remove-des-uclibc.patch | 0 > .../libtirpc/{libtirpc_0.2.3.bb => libtirpc_0.2.4.bb} | 8 +++++--- > 4 files changed, 5 insertions(+), 18 deletions(-) > delete mode 100644 meta/recipes-extended/libtirpc/libtirpc-0.2.3/obsolete_automake_macros.patch > rename meta/recipes-extended/libtirpc/{libtirpc-0.2.3 => libtirpc-0.2.4}/libtirpc-0.2.1-fortify.patch (100%) > rename meta/recipes-extended/libtirpc/{libtirpc-0.2.3 => libtirpc-0.2.4}/remove-des-uclibc.patch (100%) Please rename these to the generic recipe name "libtirpc" if these are not version specific patches. > rename meta/recipes-extended/libtirpc/{libtirpc_0.2.3.bb => libtirpc_0.2.4.bb} (84%) > > diff --git a/meta/recipes-extended/libtirpc/libtirpc-0.2.3/obsolete_automake_macros.patch b/meta/recipes-extended/libtirpc/libtirpc-0.2.3/obsolete_automake_macros.patch > deleted file mode 100644 > index 88d759f..0000000 > --- a/meta/recipes-extended/libtirpc/libtirpc-0.2.3/obsolete_automake_macros.patch > +++ /dev/null > @@ -1,15 +0,0 @@ > -Upstream-Status: Submitted [libtirpc-devel@lists.sourceforge.net] > - > -Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> > -diff -Nurd libtirpc-0.2.2/configure.ac libtirpc-0.2.2/configure.ac > ---- libtirpc-0.2.2/configure.ac 2011-05-02 15:10:40.000000000 +0300 > -+++ libtirpc-0.2.2/configure.ac 2013-01-11 15:11:24.275000030 +0200 > -@@ -17,7 +17,7 @@ > - fi > - > - AC_PROG_CC > --AM_CONFIG_HEADER(config.h) > -+AC_CONFIG_HEADERS(config.h) > - AC_PROG_LIBTOOL > - AC_HEADER_DIRENT > - AC_PREFIX_DEFAULT(/usr) > diff --git a/meta/recipes-extended/libtirpc/libtirpc-0.2.3/libtirpc-0.2.1-fortify.patch b/meta/recipes-extended/libtirpc/libtirpc-0.2.4/libtirpc-0.2.1-fortify.patch > similarity index 100% > rename from meta/recipes-extended/libtirpc/libtirpc-0.2.3/libtirpc-0.2.1-fortify.patch > rename to meta/recipes-extended/libtirpc/libtirpc-0.2.4/libtirpc-0.2.1-fortify.patch > diff --git a/meta/recipes-extended/libtirpc/libtirpc-0.2.3/remove-des-uclibc.patch b/meta/recipes-extended/libtirpc/libtirpc-0.2.4/remove-des-uclibc.patch > similarity index 100% > rename from meta/recipes-extended/libtirpc/libtirpc-0.2.3/remove-des-uclibc.patch > rename to meta/recipes-extended/libtirpc/libtirpc-0.2.4/remove-des-uclibc.patch > diff --git a/meta/recipes-extended/libtirpc/libtirpc_0.2.3.bb b/meta/recipes-extended/libtirpc/libtirpc_0.2.4.bb > similarity index 84% > rename from meta/recipes-extended/libtirpc/libtirpc_0.2.3.bb > rename to meta/recipes-extended/libtirpc/libtirpc_0.2.4.bb > index 407e38e..88e2d82 100644 > --- a/meta/recipes-extended/libtirpc/libtirpc_0.2.3.bb > +++ b/meta/recipes-extended/libtirpc/libtirpc_0.2.4.bb > @@ -13,17 +13,19 @@ PROVIDES = "virtual/librpc" > SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2;name=libtirpc \ > ${GENTOO_MIRROR}/${BPN}-glibc-nfs.tar.xz;name=glibc-nfs \ > file://libtirpc-0.2.1-fortify.patch \ > - file://obsolete_automake_macros.patch \ > " > > SRC_URI_append_libc-uclibc = " file://remove-des-uclibc.patch" > > -SRC_URI[libtirpc.md5sum] = "b70e6c12a369a91e69fcc3b9feb23d61" > -SRC_URI[libtirpc.sha256sum] = "4f29ea0491b4ca4c29f95f3c34191b857757873bbbf4b069f9dd4da01a6a923c" > +SRC_URI[libtirpc.md5sum] = "847995e8d002cbf1387bda05947be086" > +SRC_URI[libtirpc.sha256sum] = "45c3e21dfc23a5ba501f9dfc6671678316fdfdb8355a1ec404ae2aa2f81943a1" > SRC_URI[glibc-nfs.md5sum] = "5ae500b9d0b6b72cb875bc04944b9445" > SRC_URI[glibc-nfs.sha256sum] = "2677cfedf626f3f5a8f6e507aed5bb8f79a7453b589d684dbbc086e755170d83" > + > inherit autotools pkgconfig > > +EXTRA_OECONF = "--disable-gssapi" > + You don't say why you added this in the commit message. Thanks Sau! > do_configure_prepend () { > cp -r ${S}/../tirpc ${S} > } > ^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 2/2] libpcap: upgrade to 1.5.2 2013-12-16 17:02 [PATCH 0/2] libpcap and libtirpc PUs Cristian Iorga 2013-12-16 17:02 ` [PATCH 1/2] libtirpc: upgrade to 0.2.4 Cristian Iorga @ 2013-12-16 17:02 ` Cristian Iorga 1 sibling, 0 replies; 4+ messages in thread From: Cristian Iorga @ 2013-12-16 17:02 UTC (permalink / raw) To: openembedded-core aclocal.patch was updated, still needed. Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> --- meta/recipes-connectivity/libpcap/libpcap/aclocal.patch | 8 ++++---- .../libpcap/{libpcap_1.4.0.bb => libpcap_1.5.2.bb} | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) rename meta/recipes-connectivity/libpcap/{libpcap_1.4.0.bb => libpcap_1.5.2.bb} (80%) diff --git a/meta/recipes-connectivity/libpcap/libpcap/aclocal.patch b/meta/recipes-connectivity/libpcap/libpcap/aclocal.patch index 469d122..2151982 100644 --- a/meta/recipes-connectivity/libpcap/libpcap/aclocal.patch +++ b/meta/recipes-connectivity/libpcap/libpcap/aclocal.patch @@ -9,16 +9,16 @@ diff -ruN libpcap-1.1.1-orig/aclocal.m4 libpcap-1.1.1/aclocal.m4 dnl -AC_DEFUN(AC_LBL_C_INIT_BEFORE_CC, +AC_DEFUN([AC_LBL_C_INIT_BEFORE_CC], - [AC_PREREQ(2.50) + [ AC_BEFORE([$0], [AC_LBL_C_INIT]) AC_BEFORE([$0], [AC_PROG_CC]) @@ -90,7 +90,7 @@ - dnl ac_cv_lbl_gcc_vers - dnl LBL_CFLAGS + dnl LDFLAGS + dnl LBL_CFLAGS dnl -AC_DEFUN(AC_LBL_C_INIT, +AC_DEFUN([AC_LBL_C_INIT], - [AC_PREREQ(2.50) + [ AC_BEFORE([$0], [AC_LBL_FIXINCLUDES]) AC_BEFORE([$0], [AC_LBL_DEVEL]) @@ -217,7 +217,7 @@ diff --git a/meta/recipes-connectivity/libpcap/libpcap_1.4.0.bb b/meta/recipes-connectivity/libpcap/libpcap_1.5.2.bb similarity index 80% rename from meta/recipes-connectivity/libpcap/libpcap_1.4.0.bb rename to meta/recipes-connectivity/libpcap/libpcap_1.5.2.bb index 75a540e..37cc141 100644 --- a/meta/recipes-connectivity/libpcap/libpcap_1.4.0.bb +++ b/meta/recipes-connectivity/libpcap/libpcap_1.5.2.bb @@ -6,8 +6,8 @@ SRC_URI += "file://aclocal.patch \ file://ieee80215-arphrd.patch \ " -SRC_URI[md5sum] = "56e88a5aabdd1e04414985ac24f7e76c" -SRC_URI[sha256sum] = "7c6a2a4f71e8ab09804e6b4fb3aff998c5583108ac42c0e2967eee8e1dbc7406" +SRC_URI[md5sum] = "33ba2f10f3a402cb5d34f5e2a904794a" +SRC_URI[sha256sum] = "806d4ba23b126476d39a458ad1468f73dfe63c92f9586208f7e4e18c13e52ddd" # # make install doesn't cover the shared lib -- 1.8.3.2 ^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-12-16 19:14 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-12-16 17:02 [PATCH 0/2] libpcap and libtirpc PUs Cristian Iorga 2013-12-16 17:02 ` [PATCH 1/2] libtirpc: upgrade to 0.2.4 Cristian Iorga 2013-12-16 19:14 ` Saul Wold 2013-12-16 17:02 ` [PATCH 2/2] libpcap: upgrade to 1.5.2 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.