M7350v1_en_gpl

This commit is contained in:
T
2024-09-09 08:52:07 +00:00
commit f9cc65cfda
65988 changed files with 26357421 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
Upstream-Status: Inappropriate [configuration]
Index: libxslt-1.1.22/libexslt.pc.in
===================================================================
--- libxslt-1.1.22.orig/libexslt.pc.in 2008-03-19 16:52:20.000000000 +0000
+++ libxslt-1.1.22/libexslt.pc.in 2008-03-19 16:55:49.000000000 +0000
@@ -8,5 +8,5 @@
Version: @LIBEXSLT_VERSION@
Description: EXSLT Extension library
Requires: libxml-2.0
-Libs: @EXSLT_LIBDIR@ @EXSLT_LIBS@
+Libs: -lexslt @EXSLT_LIBDIR@ @M_LIBS@
Cflags: @EXSLT_INCLUDEDIR@
Index: libxslt-1.1.22/libxslt.pc.in
===================================================================
--- libxslt-1.1.22.orig/libxslt.pc.in 2008-03-19 16:52:20.000000000 +0000
+++ libxslt-1.1.22/libxslt.pc.in 2008-03-19 16:55:38.000000000 +0000
@@ -8,5 +8,5 @@
Version: @VERSION@
Description: XSLT library version 2.
Requires: libxml-2.0
-Libs: @XSLT_LIBDIR@ @XSLT_LIBS@
+Libs: -lxslt @XSLT_LIBDIR@ @M_LIBS@
Cflags: @XSLT_INCLUDEDIR@

View File

@@ -0,0 +1,29 @@
DESCRIPTION = "GNOME XSLT library"
HOMEPAGE = "http://xmlsoft.org/XSLT/"
BUGTRACKER = "https://bugzilla.gnome.org/"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://Copyright;md5=0cd9a07afbeb24026c9b03aecfeba458"
SECTION = "libs"
DEPENDS = "libxml2"
PR = "r4"
SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \
file://pkgconfig_fix.patch"
SRC_URI[md5sum] = "e61d0364a30146aaa3001296f853b2b9"
SRC_URI[sha256sum] = "55dd52b42861f8a02989d701ef716d6280bfa02971e967c285016f99c66e3db1"
S = "${WORKDIR}/libxslt-${PV}"
inherit autotools pkgconfig binconfig lib_package
EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto"
# older versions of this recipe had ${PN}-utils
RPROVIDES_${PN}-bin += "${PN}-utils"
RCONFLICTS_${PN}-bin += "${PN}-utils"
RREPLACES_${PN}-bin += "${PN}-utils"
FILES_${PN}-dev += "${libdir}/xsltConf.sh"
BBCLASSEXTEND = "native"