[oe-commits] Frans Meulenbroeks : xslt: deletel 1.1.17: very old, not pinned

git version control git at git.openembedded.org
Fri Aug 6 14:28:28 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6ef56adad3b7e05db2fd280f6cb4c07b70c0c303
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6ef56adad3b7e05db2fd280f6cb4c07b70c0c303

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Fri Aug  6 16:27:24 2010 +0200

xslt: deletel 1.1.17: very old, not pinned

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/libxslt/libxslt_1.1.17.bb |   37 -------------------------------------
 1 files changed, 0 insertions(+), 37 deletions(-)

diff --git a/recipes/libxslt/libxslt_1.1.17.bb b/recipes/libxslt/libxslt_1.1.17.bb
deleted file mode 100644
index da37170..0000000
--- a/recipes/libxslt/libxslt_1.1.17.bb
+++ /dev/null
@@ -1,37 +0,0 @@
-require libxslt.inc
-DEPENDS = "libxml2"
-PR = "${INC_PR}.0"
-
-SRC_URI += " file://destdir.patch"
-
-EXTRA_OECONF += " --without-plugins"
-
-xsltheaders = "attributes.h documents.h extensions.h extra.h functions.h imports.h \
-               keys.h namespaces.h numbersInternals.h pattern.h preproc.h security.h \
-               templates.h transform.h variables.h xslt.h xsltInternals.h xsltconfig.h \
-               xsltexports.h xsltutils.h"
-exsltheaders = "exslt.h exsltconfig.h exsltexports.h"
-
-do_stage () {
-	oe_libinstall -C libxslt -so -a libxslt ${STAGING_LIBDIR}
-	oe_libinstall -C libexslt -so -a libexslt ${STAGING_LIBDIR}
-
-	mkdir -p ${STAGING_INCDIR}/libxslt
-	for i in ${xsltheaders}; do
-		install -m 0644 ${S}/libxslt/$i ${STAGING_INCDIR}/libxslt/$i
-	done
-	mkdir -p ${STAGING_INCDIR}/libexslt
-	for i in ${exsltheaders}; do
-		install -m 0644 ${S}/libexslt/$i ${STAGING_INCDIR}/libexslt/$i
-	done
-
-	cat xslt-config | sed -e "s,^prefix=.*,prefix=${STAGING_DIR_HOST}${layout_prefix}," \
-		       	     -e "s,^exec_prefix=.*,exec_prefix=${STAGING_DIR_HOST}${layout_exec_prefix}," \
-			     -e "s,^includedir=.*,includedir=${STAGING_INCDIR}," \
-			     -e "s,^libdir=.*,libdir=${STAGING_LIBDIR}," > ${STAGING_BINDIR_CROSS}/xslt-config
-	chmod a+rx ${STAGING_BINDIR_CROSS}/xslt-config
-	install -m 0644 libxslt.m4 ${STAGING_DATADIR}/aclocal/
-}
-
-SRC_URI[archive.md5sum] = "fde6a7a93c0eb14cba628692fa3a1000"
-SRC_URI[archive.sha256sum] = "d337faebd64ddb8c52cde23df8469e1b3c65545af5f939e9bb4be9eeb9658c8a"





More information about the Openembedded-commits mailing list