mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
imapfilter: Upgrade 2.6.16 -> 2.7.5
- License dates were updated - Source code was updated to use libpcre2 Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
2c844156be
commit
276e670898
+3
-3
@@ -1,13 +1,13 @@
|
||||
SUMMARY = "IMAPFilter is a mail filtering utility that processes mailboxes based on IMAP queries"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=ccca8573ead8e965c130b6b2946a36ab"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=db3b99f230f9758fd77e4a0654e2266d"
|
||||
|
||||
SRC_URI = "https://codeload.github.com/lefcha/${BPN}/tar.gz/v${PV};downloadfilename=${BP}.tar.gz \
|
||||
file://ldflags.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "90af9bc9875e03fb5a09a3233287b74dd817867cb18ec9ff52fead615755563e"
|
||||
SRC_URI[sha256sum] = "ab19f840712e6951e51c29e44c43b3b2fa42e93693f98f8969cc763a4fad56bf"
|
||||
|
||||
DEPENDS= "openssl lua libpcre"
|
||||
DEPENDS= "openssl lua libpcre2"
|
||||
|
||||
EXTRA_OEMAKE_append = " PREFIX=${prefix}"
|
||||
|
||||
Reference in New Issue
Block a user