From: Wang Mingyu <[email protected]> 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 <[email protected]> --- .../libpaper/{libpaper_2.2.5.bb => libpaper_2.2.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/libpaper/{libpaper_2.2.5.bb => libpaper_2.2.6.bb} (80%) diff --git a/meta-oe/recipes-support/libpaper/libpaper_2.2.5.bb b/meta-oe/recipes-support/libpaper/libpaper_2.2.6.bb similarity index 80% rename from meta-oe/recipes-support/libpaper/libpaper_2.2.5.bb rename to 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" 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+)+)" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#115337): https://lists.openembedded.org/g/openembedded-devel/message/115337 Mute This Topic: https://lists.openembedded.org/mt/111099061/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
