diff options
| author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
|---|---|---|
| committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
| commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
| tree | 17e81e77bde19931facf9b30fa5b5981df796071 /libmimedir | |
| parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) | |
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 'libmimedir')
| -rw-r--r-- | libmimedir/libmimedir_0.0-20040307.bb | 0 | ||||
| -rw-r--r-- | libmimedir/libmimedir_0.0-20040307.oe | 25 |
2 files changed, 0 insertions, 25 deletions
diff --git a/libmimedir/libmimedir_0.0-20040307.bb b/libmimedir/libmimedir_0.0-20040307.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libmimedir/libmimedir_0.0-20040307.bb diff --git a/libmimedir/libmimedir_0.0-20040307.oe b/libmimedir/libmimedir_0.0-20040307.oe deleted file mode 100644 index 98c410a736..0000000000 --- a/libmimedir/libmimedir_0.0-20040307.oe +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "RFC2425 MIME Directory Profile library, supporting vCard and iCalendar" -SECTION = "libs" -PRIORITY = "optional" -LICENSE = "LGPL" -DEPENDS = "intltool-native" -PR = "r1" - -SRC_URI = "${GPE_MIRROR}/libmimedir-snapshot-20040307.tar.gz" -S = "${WORKDIR}/libmimedir" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--disable-gtk-doc" - -headers = "mimedir-attachment.h mimedir-attendee.h mimedir-attribute.h mimedir-datetime.h mimedir-init.h mimedir-period.h mimedir-profile.h mimedir-recurrence-rule.h mimedir-recurrence.h mimedir-valarm.h mimedir-vcal.h mimedir-vcard-address.h mimedir-vcard-email.h mimedir-vcard-phone.h mimedir-vcard.h mimedir-vcomponent.h mimedir-vevent.h mimedir-vfreebusy.h mimedir-vjournal.h mimedir-vtimezone.h mimedir-vtodo.h mimedir.h" - -do_stage() { - install -d ${STAGING_INCDIR}/mimedir-1.0/mimedir - for i in ${headers}; do - install -m 0644 ${S}/mimedir/$i ${STAGING_INCDIR}/mimedir-1.0/mimedir/$i - done - - oe_libinstall -so -C mimedir libmimedir-0.2 ${STAGING_LIBDIR} - ln -sf libmimedir-0.2.so ${STAGING_LIBDIR}/libmimedir.so -} |
