summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2022-09-29 17:01:21 +0100
committerKhem Raj <raj.khem@gmail.com>2022-09-29 16:15:57 -0700
commit8480f29d18df66521192477378a3e72b8be46e84 (patch)
tree1b2b94b460634b1d42269a570f533bceb511b296
parentce35e5fb9c4e0f622b48d8530b9c4d8aaf79da1c (diff)
downloadmeta-openembedded-8480f29d18df66521192477378a3e72b8be46e84.tar.gz
onig: Upgrade 6.9.4 -> 6.9.8
License-Update: Update year Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/onig/onig/0001-build-don-t-link-against-host-system-libraries.patch18
-rw-r--r--meta-oe/recipes-support/onig/onig/0002-build-enable-serial-tests-automake-option-for-ptest.patch (renamed from meta-oe/recipes-support/onig/onig/0001-build-enable-serial-tests-automake-option-for-ptest.patch)10
-rw-r--r--meta-oe/recipes-support/onig/onig_6.9.8.bb (renamed from meta-oe/recipes-support/onig/onig_6.9.4.bb)13
3 files changed, 20 insertions, 21 deletions
diff --git a/meta-oe/recipes-support/onig/onig/0001-build-don-t-link-against-host-system-libraries.patch b/meta-oe/recipes-support/onig/onig/0001-build-don-t-link-against-host-system-libraries.patch
index 891592650..1db9684ab 100644
--- a/meta-oe/recipes-support/onig/onig/0001-build-don-t-link-against-host-system-libraries.patch
+++ b/meta-oe/recipes-support/onig/onig/0001-build-don-t-link-against-host-system-libraries.patch
@@ -1,7 +1,7 @@
1From 78103ecd18efcd0966531d8718f6e94dcb7a5abf Mon Sep 17 00:00:00 2001 1From 543990bc34a0e5d4f66a9167efb1f3b8de6a3635 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andr=C3=A9=20Draszik?= <git@andred.net> 2From: =?UTF-8?q?Andr=C3=A9=20Draszik?= <git@andred.net>
3Date: Mon, 6 Jan 2020 16:56:31 +0000 3Date: Mon, 6 Jan 2020 16:56:31 +0000
4Subject: [PATCH] build: don't link against (host) system libraries 4Subject: [PATCH 1/2] build: don't link against (host) system libraries
5MIME-Version: 1.0 5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8 6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit 7Content-Transfer-Encoding: 8bit
@@ -14,29 +14,29 @@ Signed-off-by: André Draszik <git@andred.net>
14 2 files changed, 2 deletions(-) 14 2 files changed, 2 deletions(-)
15 15
16diff --git a/sample/Makefile.am b/sample/Makefile.am 16diff --git a/sample/Makefile.am b/sample/Makefile.am
17index 22a4989..e935bf0 100644 17index 681cd2a933de..c4f796d36da0 100644
18--- a/sample/Makefile.am 18--- a/sample/Makefile.am
19+++ b/sample/Makefile.am 19+++ b/sample/Makefile.am
20@@ -3,7 +3,6 @@ 20@@ -4,7 +4,6 @@ lib_onig = ../src/libonig.la
21 lib_onig = ../src/libonig.la
22 LDADD = $(lib_onig) 21 LDADD = $(lib_onig)
23 22
24-AM_LDFLAGS = -L$(prefix)/lib 23 AM_CFLAGS = -Wall
24-AM_LDFLAGS = -L$(libdir)
25 AM_CPPFLAGS = -I$(top_srcdir)/src 25 AM_CPPFLAGS = -I$(top_srcdir)/src
26 26
27 if ENABLE_POSIX_API 27 if ENABLE_POSIX_API
28diff --git a/test/Makefile.am b/test/Makefile.am 28diff --git a/test/Makefile.am b/test/Makefile.am
29index 4d62568..b7a2105 100644 29index 94739a24ab22..a23ef1e2e139 100644
30--- a/test/Makefile.am 30--- a/test/Makefile.am
31+++ b/test/Makefile.am 31+++ b/test/Makefile.am
32@@ -1,7 +1,6 @@ 32@@ -1,7 +1,6 @@
33 ## Makefile.am for Oniguruma 33 ## Makefile.am for Oniguruma
34 lib_onig = ../src/libonig.la 34 lib_onig = ../src/libonig.la
35 35
36-AM_LDFLAGS = -L$(prefix)/lib 36-AM_LDFLAGS = -L$(libdir)
37 AM_CFLAGS = -Wall -Wno-invalid-source-encoding 37 AM_CFLAGS = -Wall -Wno-invalid-source-encoding
38 AM_CPPFLAGS = -I$(top_srcdir)/src 38 AM_CPPFLAGS = -I$(top_srcdir)/src
39 39
40-- 40--
412.23.0.rc1 412.35.1
42 42
diff --git a/meta-oe/recipes-support/onig/onig/0001-build-enable-serial-tests-automake-option-for-ptest.patch b/meta-oe/recipes-support/onig/onig/0002-build-enable-serial-tests-automake-option-for-ptest.patch
index 587e5ac1b..a7a28536f 100644
--- a/meta-oe/recipes-support/onig/onig/0001-build-enable-serial-tests-automake-option-for-ptest.patch
+++ b/meta-oe/recipes-support/onig/onig/0002-build-enable-serial-tests-automake-option-for-ptest.patch
@@ -1,7 +1,7 @@
1From 8bf8189ec4a0d7ee569f66feb0e590e9602c31b6 Mon Sep 17 00:00:00 2001 1From 1ab999aa5a7a21329bab13e05f843e5e029493e1 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andr=C3=A9=20Draszik?= <git@andred.net> 2From: =?UTF-8?q?Andr=C3=A9=20Draszik?= <git@andred.net>
3Date: Mon, 6 Jan 2020 15:10:30 +0000 3Date: Mon, 6 Jan 2020 15:10:30 +0000
4Subject: [PATCH] build: enable serial-tests automake option (for ptest) 4Subject: [PATCH 2/2] build: enable serial-tests automake option (for ptest)
5MIME-Version: 1.0 5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8 6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit 7Content-Transfer-Encoding: 8bit
@@ -19,10 +19,10 @@ Signed-off-by: André Draszik <git@andred.net>
19 1 file changed, 1 insertion(+), 1 deletion(-) 19 1 file changed, 1 insertion(+), 1 deletion(-)
20 20
21diff --git a/configure.ac b/configure.ac 21diff --git a/configure.ac b/configure.ac
22index ac51e85..48e63ce 100644 22index 079fef9a1a52..058b5504b9b7 100644
23--- a/configure.ac 23--- a/configure.ac
24+++ b/configure.ac 24+++ b/configure.ac
25@@ -3,7 +3,7 @@ AC_INIT(onig, 6.9.4) 25@@ -3,7 +3,7 @@ AC_INIT(onig, 6.9.8)
26 26
27 AC_CONFIG_MACRO_DIR([m4]) 27 AC_CONFIG_MACRO_DIR([m4])
28 28
@@ -32,5 +32,5 @@ index ac51e85..48e63ce 100644
32 32
33 33
34-- 34--
352.23.0.rc1 352.35.1
36 36
diff --git a/meta-oe/recipes-support/onig/onig_6.9.4.bb b/meta-oe/recipes-support/onig/onig_6.9.8.bb
index 701f65c29..214459228 100644
--- a/meta-oe/recipes-support/onig/onig_6.9.4.bb
+++ b/meta-oe/recipes-support/onig/onig_6.9.8.bb
@@ -5,17 +5,16 @@ implementations that traditionally exist in different languages. \
5Character encoding can be specified per regular expression object." 5Character encoding can be specified per regular expression object."
6HOMEPAGE = "https://github.com/kkos/oniguruma" 6HOMEPAGE = "https://github.com/kkos/oniguruma"
7LICENSE = "BSD-2-Clause" 7LICENSE = "BSD-2-Clause"
8LIC_FILES_CHKSUM = "file://COPYING;md5=1ee043784bdce7503e619b2d1a85798b" 8LIC_FILES_CHKSUM = "file://COPYING;md5=e6365c225bb5cc4321d0913f0baffa04"
9 9
10SRC_URI = "\ 10SRC_URI = "\
11 https://github.com/kkos/oniguruma/releases/download/v${PV}/${BP}.tar.gz \ 11 https://github.com/kkos/oniguruma/releases/download/v${PV}/${BP}.tar.gz \
12 file://0001-build-don-t-link-against-host-system-libraries.patch \ 12 file://0001-build-don-t-link-against-host-system-libraries.patch \
13 file://0001-build-enable-serial-tests-automake-option-for-ptest.patch \ 13 file://0002-build-enable-serial-tests-automake-option-for-ptest.patch \
14 file://run-ptest \ 14 file://run-ptest \
15" 15"
16 16
17SRC_URI[md5sum] = "a12d2fe997b789bd87cf63799c091879" 17SRC_URI[sha256sum] = "28cd62c1464623c7910565fb1ccaaa0104b2fe8b12bcd646e81f73b47535213e"
18SRC_URI[sha256sum] = "4669d22ff7e0992a7e93e116161cac9c0949cd8960d1c562982026726f0e6d53"
19 18
20BINCONFIG = "${bindir}/onig-config" 19BINCONFIG = "${bindir}/onig-config"
21 20
@@ -24,12 +23,12 @@ inherit autotools binconfig-disabled ptest
24BBCLASSEXTEND = "native" 23BBCLASSEXTEND = "native"
25 24
26do_compile_ptest() { 25do_compile_ptest() {
27 oe_runmake -C test buildtest-TESTS 26 oe_runmake -C test buildtest-TESTS
28} 27}
29 28
30do_install_ptest() { 29do_install_ptest() {
31 mkdir -p ${D}${PTEST_PATH}/tests 30 mkdir -p ${D}${PTEST_PATH}/tests
32 install -m 0755 -t ${D}${PTEST_PATH}/tests/ ${B}/test/.libs/* 31 install -m 0755 -t ${D}${PTEST_PATH}/tests/ ${B}/test/.libs/*
33} 32}
34 33
35PROVIDES += "oniguruma" 34PROVIDES += "oniguruma"