diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-09-21 20:14:03 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-22 07:34:47 -0700 |
commit | 5c6a5354a00ac51a72921cc724b21627b26475d0 (patch) | |
tree | b755beea085e9763bc101593cb41d8b8f66699f3 /meta-oe | |
parent | 717a478cf577ff6b2e0f1074c8399c224b135f85 (diff) | |
download | meta-openembedded-5c6a5354a00ac51a72921cc724b21627b26475d0.tar.gz |
plocate: Upgrade to 1.1.19 release
* Merge .inc into bb
* Switch to wget fetcher
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-extended/plocate/plocate_1.1.17.bb | 9 | ||||
-rw-r--r-- | meta-oe/recipes-extended/plocate/plocate_1.1.19.bb (renamed from meta-oe/recipes-extended/plocate/plocate.inc) | 5 |
2 files changed, 5 insertions, 9 deletions
diff --git a/meta-oe/recipes-extended/plocate/plocate_1.1.17.bb b/meta-oe/recipes-extended/plocate/plocate_1.1.17.bb deleted file mode 100644 index ef36754bac..0000000000 --- a/meta-oe/recipes-extended/plocate/plocate_1.1.17.bb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | require plocate.inc | ||
2 | # GPL-2.0-only | ||
3 | LICENSE = "GPL-2.0-only" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
5 | |||
6 | SRC_URI = "git://git.sesse.net/plocate;protocol=https;branch=master" | ||
7 | |||
8 | SRCREV = "7e5defd4e7e075cb9226e7d2d9a80f943c482d11" | ||
9 | S = "${WORKDIR}/git" | ||
diff --git a/meta-oe/recipes-extended/plocate/plocate.inc b/meta-oe/recipes-extended/plocate/plocate_1.1.19.bb index 166fc2d561..6b3160f090 100644 --- a/meta-oe/recipes-extended/plocate/plocate.inc +++ b/meta-oe/recipes-extended/plocate/plocate_1.1.19.bb | |||
@@ -3,7 +3,12 @@ HOMEPAGE = "https://plocate.sesse.net/" | |||
3 | DESCRIPTION = "plocate is a locate(1) based on posting lists, completely replacing mlocate with a much faster (and smaller) index. It is suitable as a default locate on your system." | 3 | DESCRIPTION = "plocate is a locate(1) based on posting lists, completely replacing mlocate with a much faster (and smaller) index. It is suitable as a default locate on your system." |
4 | SECTION = "base" | 4 | SECTION = "base" |
5 | LICENSE = "GPL-2.0-only" | 5 | LICENSE = "GPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
6 | 7 | ||
7 | inherit meson pkgconfig | 8 | inherit meson pkgconfig |
8 | 9 | ||
9 | DEPENDS = "zstd liburing" | 10 | DEPENDS = "zstd liburing" |
11 | |||
12 | SRC_URI = "https://plocate.sesse.net/download/${BP}.tar.gz" | ||
13 | |||
14 | SRC_URI[sha256sum] = "d95bc8ee8a9f79b9f69ce63df53fb85b202139f243bbb84c399555eda22e6165" | ||