1
0
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:
Richard Purdie
2006-07-21 10:10:31 +00:00
parent 2cf0eadf9f
commit b2f192faab
1725 changed files with 6 additions and 6 deletions
+13
View File
@@ -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}"
+30
View File
@@ -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
}