diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-27 20:08:48 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-27 20:08:48 +0000 |
commit | d80cc037c82a4eb8c7f616baa95588afb94a1c21 (patch) | |
tree | 51220e2dcd85b6d1f8d8de078b7ba7e3e9213655 /gnome/libidl_0.8.3.oe | |
parent | 0b90d5291b6c03ddb02cec891b6021704467abfc (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into workhouse.nexus.co.uk:/home/pb/oe/oe-packages
2004/07/27 20:58:16+01:00 nexus.co.uk!pb
round up all libidl packages in one place
BKrev: 4106b650egfXPdZP93YjR0sXvW-uuw
Diffstat (limited to 'gnome/libidl_0.8.3.oe')
-rw-r--r-- | gnome/libidl_0.8.3.oe | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gnome/libidl_0.8.3.oe b/gnome/libidl_0.8.3.oe deleted file mode 100644 index d5ecc0dd68..0000000000 --- a/gnome/libidl_0.8.3.oe +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "library for parsing CORBA IDL files" -SECTION = "gnome/libs" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-${PV}.tar.bz2" -DEPENDS = "glib-2.0" - -FILES_${PN} = "${libdir}/*.so.*" -FILES_${PN}-dev += " ${bindir}" - -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} -} |