diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2022-09-29 17:01:21 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-09-29 16:15:57 -0700 |
commit | 8480f29d18df66521192477378a3e72b8be46e84 (patch) | |
tree | 1b2b94b460634b1d42269a570f533bceb511b296 | |
parent | ce35e5fb9c4e0f622b48d8530b9c4d8aaf79da1c (diff) | |
download | meta-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.patch | 18 | ||||
-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 @@ | |||
1 | From 78103ecd18efcd0966531d8718f6e94dcb7a5abf Mon Sep 17 00:00:00 2001 | 1 | From 543990bc34a0e5d4f66a9167efb1f3b8de6a3635 Mon Sep 17 00:00:00 2001 |
2 | From: =?UTF-8?q?Andr=C3=A9=20Draszik?= <git@andred.net> | 2 | From: =?UTF-8?q?Andr=C3=A9=20Draszik?= <git@andred.net> |
3 | Date: Mon, 6 Jan 2020 16:56:31 +0000 | 3 | Date: Mon, 6 Jan 2020 16:56:31 +0000 |
4 | Subject: [PATCH] build: don't link against (host) system libraries | 4 | Subject: [PATCH 1/2] build: don't link against (host) system libraries |
5 | MIME-Version: 1.0 | 5 | MIME-Version: 1.0 |
6 | Content-Type: text/plain; charset=UTF-8 | 6 | Content-Type: text/plain; charset=UTF-8 |
7 | Content-Transfer-Encoding: 8bit | 7 | Content-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 | ||
16 | diff --git a/sample/Makefile.am b/sample/Makefile.am | 16 | diff --git a/sample/Makefile.am b/sample/Makefile.am |
17 | index 22a4989..e935bf0 100644 | 17 | index 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 |
28 | diff --git a/test/Makefile.am b/test/Makefile.am | 28 | diff --git a/test/Makefile.am b/test/Makefile.am |
29 | index 4d62568..b7a2105 100644 | 29 | index 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 | -- |
41 | 2.23.0.rc1 | 41 | 2.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 @@ | |||
1 | From 8bf8189ec4a0d7ee569f66feb0e590e9602c31b6 Mon Sep 17 00:00:00 2001 | 1 | From 1ab999aa5a7a21329bab13e05f843e5e029493e1 Mon Sep 17 00:00:00 2001 |
2 | From: =?UTF-8?q?Andr=C3=A9=20Draszik?= <git@andred.net> | 2 | From: =?UTF-8?q?Andr=C3=A9=20Draszik?= <git@andred.net> |
3 | Date: Mon, 6 Jan 2020 15:10:30 +0000 | 3 | Date: Mon, 6 Jan 2020 15:10:30 +0000 |
4 | Subject: [PATCH] build: enable serial-tests automake option (for ptest) | 4 | Subject: [PATCH 2/2] build: enable serial-tests automake option (for ptest) |
5 | MIME-Version: 1.0 | 5 | MIME-Version: 1.0 |
6 | Content-Type: text/plain; charset=UTF-8 | 6 | Content-Type: text/plain; charset=UTF-8 |
7 | Content-Transfer-Encoding: 8bit | 7 | Content-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 | ||
21 | diff --git a/configure.ac b/configure.ac | 21 | diff --git a/configure.ac b/configure.ac |
22 | index ac51e85..48e63ce 100644 | 22 | index 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 | -- |
35 | 2.23.0.rc1 | 35 | 2.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. \ | |||
5 | Character encoding can be specified per regular expression object." | 5 | Character encoding can be specified per regular expression object." |
6 | HOMEPAGE = "https://github.com/kkos/oniguruma" | 6 | HOMEPAGE = "https://github.com/kkos/oniguruma" |
7 | LICENSE = "BSD-2-Clause" | 7 | LICENSE = "BSD-2-Clause" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ee043784bdce7503e619b2d1a85798b" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6365c225bb5cc4321d0913f0baffa04" |
9 | 9 | ||
10 | SRC_URI = "\ | 10 | SRC_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 | ||
17 | SRC_URI[md5sum] = "a12d2fe997b789bd87cf63799c091879" | 17 | SRC_URI[sha256sum] = "28cd62c1464623c7910565fb1ccaaa0104b2fe8b12bcd646e81f73b47535213e" |
18 | SRC_URI[sha256sum] = "4669d22ff7e0992a7e93e116161cac9c0949cd8960d1c562982026726f0e6d53" | ||
19 | 18 | ||
20 | BINCONFIG = "${bindir}/onig-config" | 19 | BINCONFIG = "${bindir}/onig-config" |
21 | 20 | ||
@@ -24,12 +23,12 @@ inherit autotools binconfig-disabled ptest | |||
24 | BBCLASSEXTEND = "native" | 23 | BBCLASSEXTEND = "native" |
25 | 24 | ||
26 | do_compile_ptest() { | 25 | do_compile_ptest() { |
27 | oe_runmake -C test buildtest-TESTS | 26 | oe_runmake -C test buildtest-TESTS |
28 | } | 27 | } |
29 | 28 | ||
30 | do_install_ptest() { | 29 | do_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 | ||
35 | PROVIDES += "oniguruma" | 34 | PROVIDES += "oniguruma" |