diff options
| author | Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> | 2021-01-08 13:56:48 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-01-09 12:30:00 -0800 |
| commit | 276e670898119aef71977f2cd9063c496a281b00 (patch) | |
| tree | 411f4c385f5887ecddd1469f9f27eac3e55b306f | |
| parent | 2c844156be8a4a7c78cabf27707a517778a0a099 (diff) | |
| download | meta-openembedded-276e670898119aef71977f2cd9063c496a281b00.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-support/imapfilter/imapfilter_2.7.5.bb (renamed from meta-oe/recipes-support/imapfilter/imapfilter_2.6.16.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/imapfilter/imapfilter_2.6.16.bb b/meta-oe/recipes-support/imapfilter/imapfilter_2.7.5.bb index 86553b5a8c..0d21a6bfeb 100644 --- a/meta-oe/recipes-support/imapfilter/imapfilter_2.6.16.bb +++ b/meta-oe/recipes-support/imapfilter/imapfilter_2.7.5.bb | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | SUMMARY = "IMAPFilter is a mail filtering utility that processes mailboxes based on IMAP queries" | 1 | SUMMARY = "IMAPFilter is a mail filtering utility that processes mailboxes based on IMAP queries" |
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ccca8573ead8e965c130b6b2946a36ab" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=db3b99f230f9758fd77e4a0654e2266d" |
| 4 | 4 | ||
| 5 | SRC_URI = "https://codeload.github.com/lefcha/${BPN}/tar.gz/v${PV};downloadfilename=${BP}.tar.gz \ | 5 | SRC_URI = "https://codeload.github.com/lefcha/${BPN}/tar.gz/v${PV};downloadfilename=${BP}.tar.gz \ |
| 6 | file://ldflags.patch \ | 6 | file://ldflags.patch \ |
| 7 | " | 7 | " |
| 8 | SRC_URI[sha256sum] = "90af9bc9875e03fb5a09a3233287b74dd817867cb18ec9ff52fead615755563e" | 8 | SRC_URI[sha256sum] = "ab19f840712e6951e51c29e44c43b3b2fa42e93693f98f8969cc763a4fad56bf" |
| 9 | 9 | ||
| 10 | DEPENDS= "openssl lua libpcre" | 10 | DEPENDS= "openssl lua libpcre2" |
| 11 | 11 | ||
| 12 | EXTRA_OEMAKE_append = " PREFIX=${prefix}" | 12 | EXTRA_OEMAKE_append = " PREFIX=${prefix}" |
| 13 | 13 | ||
