aboutsummaryrefslogtreecommitdiffstats
path: root/libgpevtype/libgpevtype_0.3.oe
diff options
context:
space:
mode:
Diffstat (limited to 'libgpevtype/libgpevtype_0.3.oe')
-rw-r--r--libgpevtype/libgpevtype_0.3.oe19
1 files changed, 0 insertions, 19 deletions
diff --git a/libgpevtype/libgpevtype_0.3.oe b/libgpevtype/libgpevtype_0.3.oe
deleted file mode 100644
index 5af5870219..0000000000
--- a/libgpevtype/libgpevtype_0.3.oe
+++ /dev/null
@@ -1,19 +0,0 @@
-LICENSE = "LGPL"
-DESCRIPTION = "Data interchange library for GPE"
-SECTION = "gpe/libs"
-PRIORITY = "optional"
-MAINTAINER = "Philip Blundell <pb@handhelds.org>"
-DEPENDS = "libmimedir"
-
-inherit pkgconfig gpe
-
-headers = "tag-db.h vcard.h vevent.h vtodo.h"
-
-do_stage () {
- oe_libinstall -so libgpevtype ${STAGING_LIBDIR}
-
- mkdir -p ${STAGING_INCDIR}/gpe
- for h in ${headers}; do
- install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/${h}
- done
-}