summaryrefslogtreecommitdiff
path: root/meta/packages/wbxml
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-09-01 19:09:11 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-09-01 19:09:57 +0100
commitd62ee7eaf2ba025c3f64b2d4e10dc7cec4637612 (patch)
treef36fe3008f36ff75cbdd31b630f8f13f1f205ebb /meta/packages/wbxml
parentcaab7fc509bf27706ff3248689f6afd04225cfda (diff)
downloadopenembedded-core-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.tar.gz
openembedded-core-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.tar.bz2
openembedded-core-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.tar.xz
openembedded-core-d62ee7eaf2ba025c3f64b2d4e10dc7cec4637612.zip
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/wbxml')
-rw-r--r--meta/packages/wbxml/files/no-doc-install.patch15
-rw-r--r--meta/packages/wbxml/wbxml2_0.9.2.bb20
2 files changed, 0 insertions, 35 deletions
diff --git a/meta/packages/wbxml/files/no-doc-install.patch b/meta/packages/wbxml/files/no-doc-install.patch
deleted file mode 100644
index 16084e60e..000000000
--- a/meta/packages/wbxml/files/no-doc-install.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- wbxml2-0.9.2/Makefile.am.old 2007-01-03 19:50:24.000000000 +0000
-+++ wbxml2-0.9.2/Makefile.am 2007-01-03 19:50:39.000000000 +0000
-@@ -24,9 +24,9 @@
- TODO\
- doxygen.h
-
--install-data-local:
-- $(mkinstalldirs) $(DESTDIR)$(wbxmldocdir)/manual
-- cp -Rp doc/* $(DESTDIR)$(wbxmldocdir)/manual
-+#install-data-local:
-+# $(mkinstalldirs) $(DESTDIR)$(wbxmldocdir)/manual
-+# cp -Rp doc/* $(DESTDIR)$(wbxmldocdir)/manual
-
- dist-bz2: distdir
- sed -e "s/tar.gz/tar.bz2/g" $(distdir)/wbxml2.spec > $(distdir)/wbxml2.spec.aux
diff --git a/meta/packages/wbxml/wbxml2_0.9.2.bb b/meta/packages/wbxml/wbxml2_0.9.2.bb
deleted file mode 100644
index b8ba8c747..000000000
--- a/meta/packages/wbxml/wbxml2_0.9.2.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "parser for wbxml"
-LICENSE = "GPLv2"
-
-DEPENDS = "libxml2 sed-native expat"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/wbxmllib/${P}.tar.gz \
- file://no-doc-install.patch;patch=1"
-
-inherit autotools pkgconfig
-
-do_configure_append() {
- sed -i s:-I/usr/include::g Makefile
- sed -i s:-I/usr/include::g */Makefile
-}
-
-PACKAGES += "${PN}-tools"
-
-FILES_${PN}-tools = "${bindir}"
-FILES_${PN} = "${libdir}/*.so.*"
-