summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/expat/expat.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-02-05 17:39:59 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-16 18:05:38 +0000
commita046b8555cf1e935c2834ce653d3eb9588b55dc9 (patch)
tree2f8cd5b2c58ab237ff595ab2ed7421251416b67c /meta/recipes-core/expat/expat.inc
parent84bcd1fd580b43919c4b517ea3f004ebe350e5ea (diff)
downloadpoky-a046b8555cf1e935c2834ce653d3eb9588b55dc9.tar.gz
expat: merge bb and inc
(From OE-Core rev: 0bc7c11060d82d5658c79e5ff048c5ef141d0b43) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/expat/expat.inc')
-rw-r--r--meta/recipes-core/expat/expat.inc25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-core/expat/expat.inc b/meta/recipes-core/expat/expat.inc
deleted file mode 100644
index 0ee6c276d9..0000000000
--- a/meta/recipes-core/expat/expat.inc
+++ /dev/null
@@ -1,25 +0,0 @@
1SUMMARY = "A stream-oriented XML parser library"
2DESCRIPTION = "Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags)"
3HOMEPAGE = "http://expat.sourceforge.net/"
4SECTION = "libs"
5LICENSE = "MIT"
6
7SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.bz2 \
8 file://autotools.patch \
9 file://libtool-tag.patch \
10 "
11
12SRC_URI_append_class-native = " file://no_getrandom.patch"
13
14inherit autotools lib_package
15
16# This package uses an archive format known to have issue with some
17# versions of gzip
18DEPENDS += "pigz-native"
19do_unpack[depends] += "pigz-native:do_populate_sysroot"
20
21do_configure_prepend () {
22 rm -f ${S}/conftools/libtool.m4
23}
24
25BBCLASSEXTEND = "native nativesdk"