summaryrefslogtreecommitdiffstats
path: root/meta-audio-4a-framework/recipes-support/mxml/mxml_2.10.bb
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-11-29 09:43:24 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-11-29 09:43:24 +0000
commit5f5382f805354de39add45a9084216896b3a358c (patch)
tree8a49fb91028bfeae7d3e0b1e5772ae390e1ce20f /meta-audio-4a-framework/recipes-support/mxml/mxml_2.10.bb
parenta5da9797f6fff4212f0a4f67541f604ca5eed976 (diff)
parentf7af19660327066b68377591dc9b70b8bfd96e38 (diff)
Merge "agl-service-unicens(4A): remove mxml recipes due to replacemet by libxml2"
Diffstat (limited to 'meta-audio-4a-framework/recipes-support/mxml/mxml_2.10.bb')
-rw-r--r--meta-audio-4a-framework/recipes-support/mxml/mxml_2.10.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-audio-4a-framework/recipes-support/mxml/mxml_2.10.bb b/meta-audio-4a-framework/recipes-support/mxml/mxml_2.10.bb
deleted file mode 100644
index bca248b6..00000000
--- a/meta-audio-4a-framework/recipes-support/mxml/mxml_2.10.bb
+++ /dev/null
@@ -1,33 +0,0 @@
-SUMMARY = "Mini-XML is a small XML library"
-LICENSE = "LGPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=a6ba38606d63bb042c5d8cfee182e120"
-
-DEPENDS = ""
-
-SRC_URI = " \
- https://github.com/michaelrsweet/mxml/releases/download/release-${PV}/${BPN}-${PV}.tar.gz \
- file://0001-avoid-testing-library-in-cross-environments.patch \
- file://0002-don-t-loose-our-LDFLAGS.patch \
-"
-SRC_URI[md5sum] = "8804c961a24500a95690ef287d150abe"
-SRC_URI[sha256sum] = "267ff58b64ddc767170d71dab0c729c06f45e1df9a9b6f75180b564f09767891"
-
-inherit autotools-brokensep
-
-EXTRA_AUTORECONF += "--exclude=autoheader"
-
-do_install() {
- install -d ${D}${includedir}
- install -m 644 mxml.h ${D}${includedir}
-
- install -d ${D}${libdir}/pkgconfig
- install -m 644 libmxml.so.1.5 ${D}${libdir}
- ln -s libmxml.so.1.5 ${D}${libdir}/libmxml.so
- ln -s libmxml.so.1.5 ${D}${libdir}/libmxml.so.1
-
- install mxml.pc ${D}${libdir}/pkgconfig
-
- # Remove useless rpath
- chrpath -d ${D}${libdir}/libmxml.so.1.5
-
-}