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 /libidl | |
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 'libidl')
-rw-r--r-- | libidl/libidl-native_0.8.3.bb | 0 | ||||
-rw-r--r-- | libidl/libidl-native_0.8.3.oe | 5 | ||||
-rw-r--r-- | libidl/libidl_0.8.2.bb | 0 | ||||
-rw-r--r-- | libidl/libidl_0.8.2.oe | 10 | ||||
-rw-r--r-- | libidl/libidl_0.8.3.bb | 0 | ||||
-rw-r--r-- | libidl/libidl_0.8.3.oe | 23 |
6 files changed, 0 insertions, 38 deletions
diff --git a/libidl/libidl-native_0.8.3.bb b/libidl/libidl-native_0.8.3.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libidl/libidl-native_0.8.3.bb diff --git a/libidl/libidl-native_0.8.3.oe b/libidl/libidl-native_0.8.3.oe deleted file mode 100644 index 0e06a4e656..0000000000 --- a/libidl/libidl-native_0.8.3.oe +++ /dev/null @@ -1,5 +0,0 @@ -SECTION = "libs" -include libidl_${PV}.oe -inherit native - -DEPENDS = "glib-2.0-native" diff --git a/libidl/libidl_0.8.2.bb b/libidl/libidl_0.8.2.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libidl/libidl_0.8.2.bb diff --git a/libidl/libidl_0.8.2.oe b/libidl/libidl_0.8.2.oe deleted file mode 100644 index 177681ed5b..0000000000 --- a/libidl/libidl_0.8.2.oe +++ /dev/null @@ -1,10 +0,0 @@ -LICENSE = LGPL -SECTION = "libs" -SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-0.8.2.tar.bz2" -S = "${WORKDIR}/libIDL-${PV}" - -inherit autotools pkgconfig - -do_stage () { - oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} -} diff --git a/libidl/libidl_0.8.3.bb b/libidl/libidl_0.8.3.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libidl/libidl_0.8.3.bb diff --git a/libidl/libidl_0.8.3.oe b/libidl/libidl_0.8.3.oe deleted file mode 100644 index e349324a62..0000000000 --- a/libidl/libidl_0.8.3.oe +++ /dev/null @@ -1,23 +0,0 @@ -LICENSE = LGPL -DESCRIPTION = "Library for parsing CORBA IDL files" -SECTION = "gnome/libs" -DEPENDS = "glib-2.0" -PR = "r1" - -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2" -S = "${WORKDIR}/libIDL-${PV}" - -inherit autotools pkgconfig - -do_stage() { - oe_runmake install \ - prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR} \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} \ - infodir=${STAGING_INFODIR} -} - -FILES_${PN} = "${libdir}/*.so.*" -FILES_${PN}-dev += " ${bindir}" |