mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
--- expat-1.95.7/configure.in~autotools 2004-05-13 22:46:28.000000000 -0400
|
||||
+++ expat-1.95.7/configure.in 2004-05-13 22:46:39.000000000 -0400
|
||||
@@ -50,9 +50,7 @@
|
||||
|
||||
AC_CONFIG_HEADER(expat_config.h)
|
||||
|
||||
-sinclude(conftools/libtool.m4)
|
||||
-sinclude(conftools/ac_c_bigendian_cross.m4)
|
||||
-
|
||||
+
|
||||
AC_LIBTOOL_WIN32_DLL
|
||||
AC_PROG_LIBTOOL
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
SECTION = "libs"
|
||||
include expat_${PV}.bb
|
||||
inherit native
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/expat-${PV}"
|
||||
@@ -0,0 +1,30 @@
|
||||
SECTION = "libs"
|
||||
DESCRIPTION = "Jim Clarkes XML parser library."
|
||||
HOMEPAGE = "http://expat.sourceforge.net/"
|
||||
LICENSE = "MIT"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz \
|
||||
file://autotools.patch;patch=1"
|
||||
S = "${WORKDIR}/expat-${PV}"
|
||||
|
||||
inherit autotools lib_package
|
||||
export LTCC = "${CC}"
|
||||
|
||||
do_configure () {
|
||||
rm -f ${S}/conftools/libtool.m4
|
||||
autotools_do_configure
|
||||
}
|
||||
|
||||
do_stage () {
|
||||
install -m 0644 ${S}/lib/expat.h ${STAGING_INCDIR}/
|
||||
oe_libinstall -so libexpat ${STAGING_LIBDIR}
|
||||
}
|
||||
|
||||
do_install () {
|
||||
oe_runmake prefix="${D}${prefix}" \
|
||||
bindir="${D}${bindir}" \
|
||||
libdir="${D}${libdir}" \
|
||||
includedir="${D}${includedir}" \
|
||||
install
|
||||
}
|
||||
Reference in New Issue
Block a user