From e53b536aeac9d42e1864233b0fe9b0a653780385 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Sat, 16 Jan 2016 11:20:21 +0100 Subject: initial commit for Enea Linux 5.0-ppc Signed-off-by: Adrian Dudau --- .../ipsec-tools/racoonctl-build-fix.patch | 49 ---------------------- .../ipsec-tools/ipsec-tools/with-flexdir.patch | 14 ------- .../ipsec-tools/ipsec-tools_0.8.2.bb | 2 - meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb | 2 + .../rsyslog/rsyslog/enable_tls_ptests.patch | 28 +++++++++++++ meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb | 1 + .../lm_sensors/lmsensors-config_1.0.bb | 2 +- meta-oe/recipes-support/numactl/numactl_2.0.9.bb | 2 +- 8 files changed, 33 insertions(+), 67 deletions(-) delete mode 100644 meta-networking/recipes-support/ipsec-tools/ipsec-tools/racoonctl-build-fix.patch delete mode 100644 meta-networking/recipes-support/ipsec-tools/ipsec-tools/with-flexdir.patch create mode 100644 meta-oe/recipes-extended/rsyslog/rsyslog/enable_tls_ptests.patch diff --git a/meta-networking/recipes-support/ipsec-tools/ipsec-tools/racoonctl-build-fix.patch b/meta-networking/recipes-support/ipsec-tools/ipsec-tools/racoonctl-build-fix.patch deleted file mode 100644 index f77fa86380..0000000000 --- a/meta-networking/recipes-support/ipsec-tools/ipsec-tools/racoonctl-build-fix.patch +++ /dev/null @@ -1,49 +0,0 @@ -Subject: [PATCH] ipsec-tools: racoonctl buildfix - -Upstream-Status: Pending - -building ipsec-tools failed building/linking racoonctl with some errors: - - missing "yylex" error - - some linking errors for variables defined in racoon but not racoonctl - - some symbols from nattraversal.c where not found as it wasn't linked - when building with NAT support. - -Signed-off-by: Liviu Gheorghisan -Signed-off-by: Daniel BORNAZ ---- -diff -rupN a/src/racoon/Makefile.am b/src/racoon/Makefile.am ---- a/src/racoon/Makefile.am 2014-03-05 12:16:52.907101044 +0100 -+++ b/src/racoon/Makefile.am 2014-03-05 12:17:10.946320064 +0100 -@@ -44,7 +44,17 @@ racoon_DEPENDENCIES = \ - $(CRYPTOBJS) $(HYBRID_OBJS) $(NATT_OBJS) $(FRAG_OBJS) $(SECCTX_OBJS) \ - vmbuf.o sockmisc.o misc.o - --racoonctl_SOURCES = racoonctl.c str2val.c -+racoonctl_SOURCES = \ -+ session.c isakmp.c handler.c \ -+ isakmp_ident.c isakmp_agg.c isakmp_base.c \ -+ isakmp_quick.c isakmp_inf.c isakmp_newg.c \ -+ gssapi.c dnssec.c getcertsbyname.c privsep.c \ -+ pfkey.c admin.c evt.c ipsec_doi.c oakley.c grabmyaddr.c vendorid.c \ -+ policy.c localconf.c remoteconf.c crypto_openssl.c algorithm.c \ -+ proposal.c sainfo.c strnames.c nattraversal.c \ -+ plog.c logger.c schedule.c str2val.c \ -+ safefile.c backupsa.c genlist.c rsalist.c \ -+ cftoken.l cfparse.y prsa_tok.l prsa_par.y racoonctl.c - racoonctl_LDADD = libracoon.la ../libipsec/libipsec.la - - libracoon_la_SOURCES = kmpstat.c vmbuf.c sockmisc.c misc.c - -diff -rupN a/src/racoon/racoonctl.c b/src/racoon/racoonctl.c ---- a/src/racoon/racoonctl.c 2014-03-05 12:16:52.915100698 +0100 -+++ b/src/racoon/racoonctl.c 2014-03-05 12:17:17.906018754 +0100 -@@ -247,6 +247,9 @@ usage() - #error "Incompatible racoonctl interface" - #endif - -+int f_local = 0; /* local test mode. behave like a wall. */ -+int dump_config =0; -+ - int - main(ac, av) - int ac; diff --git a/meta-networking/recipes-support/ipsec-tools/ipsec-tools/with-flexdir.patch b/meta-networking/recipes-support/ipsec-tools/ipsec-tools/with-flexdir.patch deleted file mode 100644 index da1169218a..0000000000 --- a/meta-networking/recipes-support/ipsec-tools/ipsec-tools/with-flexdir.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- ipsec-tools-0.8.1.old/configure.ac 2014-03-04 16:24:57.431207664 +0100 -+++ ipsec-tools-0.8.1/configure.ac 2014-03-04 16:26:00.372461304 +0100 -@@ -171,9 +171,9 @@ if test $with_readline != "no"; then - fi - - --AC_MSG_CHECKING(if --with-flex option is specified) -+AC_MSG_CHECKING(if --with-flexdir option is specified) - AC_ARG_WITH(flexdir, -- [AC_HELP_STRING([--with-flex], [use directiory (default: no)])], -+ [AC_HELP_STRING([--with-flexdir], [use directory (default: no)])], - [flexdir="$withval"]) - AC_MSG_RESULT(${flexdir-dirdefault}) - diff --git a/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.2.bb b/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.2.bb index 0969af9305..c526820aa8 100644 --- a/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.2.bb +++ b/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.2.bb @@ -10,8 +10,6 @@ DEPENDS = "virtual/kernel openssl readline flex-native bison-native" SRC_URI = "ftp://ftp.netbsd.org/pub/NetBSD/misc/ipsec-tools/0.8/ipsec-tools-${PV}.tar.bz2 \ file://0002-Don-t-link-against-libfl.patch \ file://configure.patch \ - file://racoonctl-build-fix.patch \ - file://with-flexdir.patch \ file://0001-racoon-pfkey-avoid-potential-null-pointer-dereferenc.patch \ file://racoon-check-invalid-pointers.patch \ file://racoon-check-invalid-ivm.patch \ diff --git a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb index c6bedea097..ab15a7e7f4 100644 --- a/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb +++ b/meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb @@ -11,4 +11,6 @@ SRC_URI = "git://git.code.sf.net/p/tclap/code \ S = "${WORKDIR}/git" inherit autotools +ALLOW_EMPTY_${PN} = "1" + BBCLASSEXTEND = "native nativesdk" diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog/enable_tls_ptests.patch b/meta-oe/recipes-extended/rsyslog/rsyslog/enable_tls_ptests.patch new file mode 100644 index 0000000000..32de32b57c --- /dev/null +++ b/meta-oe/recipes-extended/rsyslog/rsyslog/enable_tls_ptests.patch @@ -0,0 +1,28 @@ +Enable tls ptest + +Signed-off-by: Tudor Florea +Upstream-Status: Pending + +--- rsyslog-7.4.4/tests/Makefile.am.orig 2013-08-30 18:30:41.000000000 +0200 ++++ rsyslog-7.4.4/tests/Makefile.am 2015-10-01 09:38:45.176289031 +0200 +@@ -118,15 +118,13 @@ + endif + + if ENABLE_GNUTLS +-# TODO: re-enable in newer version +-#TESTS += \ +- #sndrcv_tls_anon.sh \ +- #sndrcv_tls_anon_rebind.sh \ +- #imtcp-tls-basic.sh ++TESTS += \ ++ imtcp-tls-basic.sh \ ++ imtcp_conndrop_tls.sh \ ++ manytcp-too-few-tls.sh + if HAVE_VALGRIND + TESTS += imtcp-tls-basic-vg.sh \ +- imtcp_conndrop_tls-vg.sh +- manytcp-too-few-tls-vg.sh ++ imtcp_conndrop_tls-vg.sh + endif + endif + diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb index db7900cf5c..6f96c7bf29 100644 --- a/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb +++ b/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb @@ -25,6 +25,7 @@ SRC_URI = "http://www.rsyslog.com/files/download/rsyslog/${BPN}-${PV}.tar.gz \ file://run-ptest \ file://rsyslog-fix-ptest-not-finish.patch \ file://rsyslog-use-serial-tests-config-needed-by-ptest.patch \ + file://enable_tls_ptests.patch \ " SRC_URI[md5sum] = "ebcc010a6205c28eb505c0fe862f32c6" diff --git a/meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.bb b/meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.bb index 343971f1a4..45781b4330 100644 --- a/meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.bb +++ b/meta-oe/recipes-support/lm_sensors/lmsensors-config_1.0.bb @@ -45,7 +45,7 @@ PACKAGES =+ "${PN}-fancontrol" # sensord web cgi support PACKAGES =+ "${PN}-cgi" RRECOMMENDS_${PN}-cgi = "lighttpd lighttpd-module-cgi" -RDEPENDS_${PN}-cgi = "${PN}-sensord" +RDEPENDS_${PN}-cgi = "${PN}-sensord rrdtool" FILES_${PN}-cgi = "/www/*" # libsensors configuration file diff --git a/meta-oe/recipes-support/numactl/numactl_2.0.9.bb b/meta-oe/recipes-support/numactl/numactl_2.0.9.bb index 651277dab4..69c695d682 100644 --- a/meta-oe/recipes-support/numactl/numactl_2.0.9.bb +++ b/meta-oe/recipes-support/numactl/numactl_2.0.9.bb @@ -18,7 +18,7 @@ SRC_URI = "ftp://oss.sgi.com/www/projects/libnuma/download/${BPN}-${PV}.tar.gz \ file://Makefile \ file://run-ptest \ " - +RDEPENDS_${PN}-ptest = "bash" # ARM does not currently support NUMA COMPATIBLE_HOST = "^((?!arm).*)$" -- cgit v1.2.3-54-g00ecf