diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-10 17:00:41 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-10 08:45:37 -0800 |
commit | e58e457424f0e95e3125ecf2b49a924b2096053f (patch) | |
tree | db17fe42ccf33cd336ca4aa6a502eba2ce328df8 | |
parent | a1882f4b17929a00ef803f9bbbf6eefceb741df0 (diff) | |
download | meta-openembedded-e58e457424f0e95e3125ecf2b49a924b2096053f.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-support/libpaper/libpaper_2.2.6.bb (renamed from meta-oe/recipes-support/libpaper/libpaper_2.2.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libpaper/libpaper_2.2.5.bb b/meta-oe/recipes-support/libpaper/libpaper_2.2.6.bb index 3b0e1bf0dd..4acf7fd473 100644 --- a/meta-oe/recipes-support/libpaper/libpaper_2.2.5.bb +++ b/meta-oe/recipes-support/libpaper/libpaper_2.2.6.bb | |||
@@ -2,7 +2,7 @@ LICENSE = "LGPL-2.1-only" | |||
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
3 | 3 | ||
4 | SRC_URI = "https://github.com/rrthomas/libpaper/releases/download/v${PV}/libpaper-${PV}.tar.gz" | 4 | SRC_URI = "https://github.com/rrthomas/libpaper/releases/download/v${PV}/libpaper-${PV}.tar.gz" |
5 | SRC_URI[sha256sum] = "7be50974ce0df0c74e7587f10b04272cd53fd675cb6a1273ae1cc5c9cc9cab09" | 5 | SRC_URI[sha256sum] = "500d39dc58768ee09688738c8b5bfe07640ba2fd6c25a6dc78810eb69c719e93" |
6 | 6 | ||
7 | UPSTREAM_CHECK_URI = "https://github.com/rrthomas/libpaper/releases" | 7 | UPSTREAM_CHECK_URI = "https://github.com/rrthomas/libpaper/releases" |
8 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | 8 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" |