From a780643c4b6aa11e1a36965a69df7116477c7b4c Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 7 Dec 2004 22:05:47 +0000 Subject: 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 --- libelf/libelf_0.8.3.bb | 0 libelf/libelf_0.8.3.oe | 33 --------------------------------- 2 files changed, 33 deletions(-) create mode 100644 libelf/libelf_0.8.3.bb delete mode 100644 libelf/libelf_0.8.3.oe (limited to 'libelf') diff --git a/libelf/libelf_0.8.3.bb b/libelf/libelf_0.8.3.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/libelf/libelf_0.8.3.oe b/libelf/libelf_0.8.3.oe deleted file mode 100644 index 7f36f23e31..0000000000 --- a/libelf/libelf_0.8.3.oe +++ /dev/null @@ -1,33 +0,0 @@ -SECTION = "libs" -MAINTAINER = "Chris Larson " -DESCRIPTION = "an ELF object file access library \ -The elf library provides routines to access, and manipulate, Elf object \ -files. It is still not complete, but is required for a number of programs, \ -such as Eli (a state of the art compiler generation system), and Elk (the \ -Extension Language Kit - an implementation of the Scheme programming \ -language.)" - -SRC_URI = "http://www.stud.uni-hannover.de/~michael/software/libelf-${PV}.tar.gz" - -inherit autotools - -do_configure_prepend () { - if test ! -e acinclude.m4; then - cp aclocal.m4 acinclude.m4 - fi -} - -do_install () { - oe_runmake 'prefix=${D}${prefix}' 'exec_prefix=${D}${exec_prefix}' \ - 'libdir=${D}${libdir}' 'includedir=${D}${includedir}' \ - install -} - -do_stage () { - oe_libinstall -so -C lib libelf ${STAGING_LIBDIR}/ - install -d ${STAGING_INCDIR}/libelf - for i in libelf.h nlist.h gelf.h sys_elf.h; do - install -m 0644 lib/$i ${STAGING_INCDIR}/libelf/ - done - make includedir=${STAGING_INCDIR} install-compat -} -- cgit v1.2.3