summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-01-02 15:22:41 +0300
committerKhem Raj <raj.khem@gmail.com>2024-01-02 08:24:09 -0800
commit0f4a2e7606e5440a59e1f326bab4ced8da3f03d3 (patch)
treeb181bacf3347cb5ff8b05029e445a45709ecb73c
parent9ef06c6319d2a2ce11bdc2dd21d7d03e8131be4d (diff)
downloadmeta-openembedded-0f4a2e7606e5440a59e1f326bab4ced8da3f03d3.tar.gz
libpaper: upgrade 2.1.0 -> 2.1.2
Changelog: ==== 2.1.2 ==== * This release contains a change only to the tests, which improves the detection of glibc. ==== 2.1.1 ==== * Fixes the -N flag of paperconf. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/libpaper/libpaper_2.1.2.bb (renamed from meta-oe/recipes-support/libpaper/libpaper_2.1.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libpaper/libpaper_2.1.0.bb b/meta-oe/recipes-support/libpaper/libpaper_2.1.2.bb
index 911582553c..a45ffe1849 100644
--- a/meta-oe/recipes-support/libpaper/libpaper_2.1.0.bb
+++ b/meta-oe/recipes-support/libpaper/libpaper_2.1.2.bb
@@ -2,7 +2,7 @@ LICENSE = "LGPL-2.1-only"
2LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 2LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
3 3
4SRC_URI = "https://github.com/rrthomas/libpaper/releases/download/v${PV}/libpaper-${PV}.tar.gz" 4SRC_URI = "https://github.com/rrthomas/libpaper/releases/download/v${PV}/libpaper-${PV}.tar.gz"
5SRC_URI[sha256sum] = "474e9575e1235a0d8e3661f072de0193bab6ea1023363772f698a2cc39d640cf" 5SRC_URI[sha256sum] = "1fda0cf64efa46b9684a4ccc17df4386c4cc83254805419222c064bf62ea001f"
6 6
7inherit perlnative autotools 7inherit perlnative autotools
8 8