diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-11-28 21:49:18 +0000 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-11-28 21:49:18 +0000 |
commit | f7af19660327066b68377591dc9b70b8bfd96e38 (patch) | |
tree | 29ad82210e5a3f213edd17fd8e0d870ab574e706 /meta-audio-4a-framework/recipes-support/mxml/mxml_2.10.bb | |
parent | 21cf14bcfec3ddbec729ed2b856861d1f96fb478 (diff) |
agl-service-unicens(4A): remove mxml recipes due to replacemet by libxml2
Bug-AGL: SPEC-1106
Change-Id: I2e17464bb5d9c7bb2ec4310d14a9d44839fc6db4
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
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.bb | 33 |
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 - -} |