]> code.ossystems Code Review - openembedded-core.git/commitdiff
expat: Upgrade native/sdk versions to 2.0.0, use BBCLASSEXTEND, drop 1.95.7 version...
authorRichard Purdie <rpurdie@linux.intel.com>
Sat, 3 Jan 2009 18:09:39 +0000 (18:09 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Sat, 3 Jan 2009 18:09:39 +0000 (18:09 +0000)
meta/packages/expat/expat-1.95.7/autotools.patch [deleted file]
meta/packages/expat/expat-native_1.95.7.bb [deleted file]
meta/packages/expat/expat-sdk_1.95.7.bb [deleted file]
meta/packages/expat/expat.inc
meta/packages/expat/expat_1.95.7.bb [deleted file]
meta/packages/expat/expat_2.0.0.bb

diff --git a/meta/packages/expat/expat-1.95.7/autotools.patch b/meta/packages/expat/expat-1.95.7/autotools.patch
deleted file mode 100644 (file)
index f22b240..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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
diff --git a/meta/packages/expat/expat-native_1.95.7.bb b/meta/packages/expat/expat-native_1.95.7.bb
deleted file mode 100644 (file)
index 89cf4f4..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-require expat_${PV}.bb
-inherit native
diff --git a/meta/packages/expat/expat-sdk_1.95.7.bb b/meta/packages/expat/expat-sdk_1.95.7.bb
deleted file mode 100644 (file)
index 775695f..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-require expat_${PV}.bb
-inherit sdk
index 6d27b77b196369d7cfffd97b62c7d1b5253e44f3..87fe60614ee2b418c3342380d0231b6aa5b5fa58 100644 (file)
@@ -5,9 +5,7 @@ LICENSE = "MIT"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.gz \
          "
-S = "${WORKDIR}/expat-${PV}"
-
 export LTCC = "${CC}"
 
-inherit autotools
+inherit autotools_stage
 
diff --git a/meta/packages/expat/expat_1.95.7.bb b/meta/packages/expat/expat_1.95.7.bb
deleted file mode 100644 (file)
index a4dda4d..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-require expat.inc
-PR = "r1"
-
-SRC_URI += "file://autotools.patch;patch=1"
-
-inherit lib_package
-
-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
-}
index 0fd825ee24c0cd32b9876c36af7063db5a4a22b4..f24619a176a0daf2bff5cf9536ec1f36421e0d16 100644 (file)
@@ -1,27 +1,13 @@
 require expat.inc
-PR = "r2"
+PR = "r3"
 
 SRC_URI += "file://autotools.patch;patch=1"
 
 inherit lib_package
 
-do_configure() {
+do_configure_prepend () {
        rm -f ${S}/conftools/libtool.m4
        touch ${S}/conftools/libtool.m4
-       autotools_do_configure
 }
 
-do_stage() {
-       install -m 0644 ${S}/lib/expat.h ${STAGING_INCDIR}/
-       install -m 0644 ${S}/lib/expat_external.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}" \
-               man1dir="${D}${mandir}/man1" \
-               install
-}
+BBCLASSEXTEND = "native sdk"