aboutsummaryrefslogtreecommitdiffstats
path: root/libgmime
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /libgmime
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
downloadopenembedded-a780643c4b6aa11e1a36965a69df7116477c7b4c.tar.gz
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'libgmime')
-rw-r--r--libgmime/libgmime_2.1.7.bb0
-rw-r--r--libgmime/libgmime_2.1.7.oe23
2 files changed, 0 insertions, 23 deletions
diff --git a/libgmime/libgmime_2.1.7.bb b/libgmime/libgmime_2.1.7.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/libgmime/libgmime_2.1.7.bb
diff --git a/libgmime/libgmime_2.1.7.oe b/libgmime/libgmime_2.1.7.oe
deleted file mode 100644
index c741a1c5d0..0000000000
--- a/libgmime/libgmime_2.1.7.oe
+++ /dev/null
@@ -1,23 +0,0 @@
-LICENSE = GPL
-DESCRIPTION = "Runtime libraries for parsing and creating MIME mail"
-SECTION = "libs"
-PRIORITY = "optional"
-DEPENDS = "glib-2.0"
-
-inherit autotools pkgconfig gnome
-
-PR = "r1"
-SRC_URI = "http://spruce.sourceforge.net/gmime/sources/v2.1/gmime-${PV}.tar.gz \
- file://skip-iconv-detect.patch;patch=1 \
- file://configure-ldflags-cross.patch;patch=1"
-
-S = "${WORKDIR}/gmime-${PV}"
-
-PACKAGES += " ${PN}-bin"
-FILES_${PN} = "${libdir}/lib*.so.*"
-FILES_${PN}-bin = "${bindir}/uu*"
-
-do_stage () {
- oe_libinstall -a -so -C gmime libgmime-2.0 ${STAGING_LIBDIR}
- gnome_stage_includes
-}