summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/expat/expat.inc
diff options
context:
space:
mode:
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"