From bac9b334aa38aca4b553355fa1a8c41d7f1a96bc Mon Sep 17 00:00:00 2001 From: Randy MacLeod Date: Mon, 12 Aug 2024 15:38:56 -0400 Subject: liblinebreak: remove obsolete library liblinebreak has no users in meta-oe or in the layer index: https://layers.openembedded.org/layerindex/branch/master/recipes/?q=depends%3Aliblinebreak so remove it. The upstream is has not been maintained for some time: https://vimgadgets.sourceforge.net/liblinebreak/ and they say that liblinebreak has been superceded by libunibreak, an equivalent library that works in more languages: https://vimgadgets.sourceforge.net/libunibreak/ Since there are no users of liblinebreak, libunibreak was not packaged. Signed-off-by: Randy MacLeod Signed-off-by: Khem Raj --- meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 1 - meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb | 13 ------------- 2 files changed, 14 deletions(-) delete mode 100644 meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index e11afcd4e5..f9b3e742aa 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb @@ -816,7 +816,6 @@ RDEPENDS:packagegroup-meta-oe-support ="\ lockdev \ logwarn \ libjs-sizzle \ - liblinebreak \ mailcap \ liboauth \ mg \ diff --git a/meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb b/meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb deleted file mode 100644 index c6caf450a5..0000000000 --- a/meta-oe/recipes-support/liblinebreak/liblinebreak_2.1.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Liblinebreak is an implementation of the line breaking algorithm as described in Unicode 5.1.0 Standard Annex 14, Revision 22" -HOMEPAGE = "http://vimgadgets.sourceforge.net/liblinebreak/" -SECTION = "libs" -LICENSE = "Zlib" -LIC_FILES_CHKSUM = "file://LICENCE;md5=f89a1ce02e2dba48c1c0a8e6038464c2" - -SRC_URI = "${SOURCEFORGE_MIRROR}/project/vimgadgets/liblinebreak/${PV}/liblinebreak-${PV}.tar.gz" -SRC_URI[sha256sum] = "dd8cba554d260cf686865cc53d0c6be98102a80f56f8152ca5e7307bf06a66b8" - -UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/vimgadgets/files/liblinebreak/" -UPSTREAM_CHECK_REGEX = "${BPN}/(?P\d+(\.\d+)+)" - -inherit autotools -- cgit v1.2.3-54-g00ecf