aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libmxml/libmxml_2.11.bb
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2018-07-17 16:08:42 +0200
committerKhem Raj <raj.khem@gmail.com>2018-07-20 16:07:11 -0700
commitd48d265d3d65e227a907e5a3ce66c39a4ab4ecc9 (patch)
tree1e0353ea5c2e0c6cde16150a44ae933d48936878 /meta-oe/recipes-support/libmxml/libmxml_2.11.bb
parentb6ed94317034de0c34e6c406a2f096b9cc87e532 (diff)
downloadmeta-openembedded-contrib-d48d265d3d65e227a907e5a3ce66c39a4ab4ecc9.tar.gz
libmxml: update to current git master (ba3cca8)
Update the Mini-XML library to a 2.12 pre-release version which integrates the needed patches for OE. Therefore remove those patches from here. Furthermore avoid using autoheader as suggested by mxml's author: https://github.com/michaelrsweet/mxml/pull/223 Signed-off-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libmxml/libmxml_2.11.bb')
-rw-r--r--meta-oe/recipes-support/libmxml/libmxml_2.11.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-oe/recipes-support/libmxml/libmxml_2.11.bb b/meta-oe/recipes-support/libmxml/libmxml_2.11.bb
deleted file mode 100644
index 384e056d1d..0000000000
--- a/meta-oe/recipes-support/libmxml/libmxml_2.11.bb
+++ /dev/null
@@ -1,29 +0,0 @@
-DESCRIPTION = "Tiny XML Library"
-LICENSE = "Mini-XML-License"
-LIC_FILES_CHKSUM = "file://COPYING;md5=a6ba38606d63bb042c5d8cfee182e120"
-HOMEPAGE = "https://www.msweet.org/mxml/"
-BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues"
-
-SRC_URI = " \
- https://github.com/michaelrsweet/mxml/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz \
- file://0001-remove-rpath-from-configure.in-and-configure.patch \
- file://0002-link-libmxml-with-pthread.patch \
- file://0003-add-missing-LDFLAGS-to-Makefile.patch \
- file://0004-mxml-string-compile-headers.patch \
- file://0005-several-autoheader-define-fixes.patch \
- file://0006-several-compile-fixes.patch \
- file://0007-Makefile-require-libmxml.a-for-its-installation.patch \
-"
-
-SRC_URI[md5sum] = "b9b49af414a2f0a8b13636d9635c3b6a"
-SRC_URI[sha256sum] = "7d3dfe661e50908fe41aef9b97ba6f7f158cab5208515c6be9f5bc9daf032329"
-
-inherit autotools-brokensep gettext
-
-S = "${WORKDIR}/mxml-${PV}"
-
-EXTRA_OEMAKE = "DSTROOT=${D}"
-
-PACKAGES += " ${PN}-bin "
-FILES_${PN} = "${libdir}/*"
-FILES_${PN}-bin = "${bindir}/*"