mirror of
git://git.openembedded.org/meta-openembedded
synced 2025-12-31 13:38:06 +00:00
libpaper: upgrade 2.2.5 -> 2.2.6
Changelog: ========== - .gitignore: add README, symlink created by bootstrap - configure.ac: don't need to fiddle with manywarnings settings as much as we used to - README.md: fix some markup - configure.ac: add specific check for _NL_PAPER_WIDTH/HEIGHT - GitHub Actions: use brew to get path prefix for PATH setting on macOS - GitHub Actions: install libtool on macOS - Assume automake >= 1.11.2, and hence AM_SILENT_RULES - Make library versioned on Windows too - Bump copyright year Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
a1882f4b17
commit
e58e457424
@ -2,7 +2,7 @@ LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
SRC_URI = "https://github.com/rrthomas/libpaper/releases/download/v${PV}/libpaper-${PV}.tar.gz"
|
||||
SRC_URI[sha256sum] = "7be50974ce0df0c74e7587f10b04272cd53fd675cb6a1273ae1cc5c9cc9cab09"
|
||||
SRC_URI[sha256sum] = "500d39dc58768ee09688738c8b5bfe07640ba2fd6c25a6dc78810eb69c719e93"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/rrthomas/libpaper/releases"
|
||||
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
|
||||
Loading…
x
Reference in New Issue
Block a user