diff options
author | zangrc <zangrc.fnst@fujitsu.com> | 2021-05-31 14:47:08 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-06-01 07:49:06 -0700 |
commit | 66d7739e3bb4e4002bd7b1ea643e6b884b42b238 (patch) | |
tree | 2df9bd8cecbb9798b4c685db65d5ab3d727f7ec7 /meta-gnome/recipes-support/libstemmer/libstemmer_git.bb | |
parent | 9cd1523504ad5f6235e51af8865e741f44c7eff7 (diff) | |
download | meta-openembedded-66d7739e3bb4e4002bd7b1ea643e6b884b42b238.tar.gz |
libstemmer: upgrade 2.0.0 -> 2.1.0
0002-snowball-stemwords-do-link-with-LDFLAGS-set-by-build.patch
Removed since this is included in 2.1.0
Refresh the following patch:
0001-Build-so-lib.patch
-License-Update: Add the following Copyright
Copyright (c) 2013, Yoshiki Shibukawa
Copyright (c) 2006,2007,2009,2010,2011,2014-2019, Olly Betts
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-support/libstemmer/libstemmer_git.bb')
-rw-r--r-- | meta-gnome/recipes-support/libstemmer/libstemmer_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb b/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb index 96dd880b6..c1a06c0d0 100644 --- a/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb +++ b/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb | |||
@@ -1,18 +1,17 @@ | |||
1 | SUMMARY = "Snowball compiler and stemming algorithms" | 1 | SUMMARY = "Snowball compiler and stemming algorithms" |
2 | HOMEPAGE = "https://snowballstem.org/" | 2 | HOMEPAGE = "https://snowballstem.org/" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2750797da77c1d784e7626b3f7d7ff3e" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f" |
5 | 5 | ||
6 | DEPENDS_class-target = "${BPN}-native" | 6 | DEPENDS_class-target = "${BPN}-native" |
7 | 7 | ||
8 | SRC_URI = "\ | 8 | SRC_URI = "\ |
9 | git://github.com/snowballstem/snowball.git \ | 9 | git://github.com/snowballstem/snowball.git \ |
10 | file://0001-Build-so-lib.patch \ | 10 | file://0001-Build-so-lib.patch \ |
11 | file://0002-snowball-stemwords-do-link-with-LDFLAGS-set-by-build.patch \ | ||
12 | " | 11 | " |
13 | SRCREV = "c70ed64f9d41c1032fba4e962b054f8e9d489a74" | 12 | SRCREV = "4764395431c8f2a0b4fe18b816ab1fc966a45837" |
14 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
15 | PV = "2.0.0" | 14 | PV = "2.1.0" |
16 | LIBVER = "0.0.0" | 15 | LIBVER = "0.0.0" |
17 | 16 | ||
18 | inherit lib_package | 17 | inherit lib_package |