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 --- util-linux/util-linux_2.12.bb | 0 util-linux/util-linux_2.12.oe | 38 -------------------------------------- 2 files changed, 38 deletions(-) create mode 100644 util-linux/util-linux_2.12.bb delete mode 100644 util-linux/util-linux_2.12.oe (limited to 'util-linux') diff --git a/util-linux/util-linux_2.12.bb b/util-linux/util-linux_2.12.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/util-linux/util-linux_2.12.oe b/util-linux/util-linux_2.12.oe deleted file mode 100644 index 94da9aa906..0000000000 --- a/util-linux/util-linux_2.12.oe +++ /dev/null @@ -1,38 +0,0 @@ -DESCRIPTION = "Util-linux is a suite of essential utilities for any Linux system." -SECTION = "base" -LICENSE = "GPL" -DEPENDS = "zlib ncurses" -PR = "r1" - -inherit autotools - -SRC_URI = "http://ftp.cwi.nl/aeb/util-linux/util-linux-${PV}.tar.gz \ - file://MCONFIG \ - file://make_include \ - file://swapargs.h \ - file://defines.h \ - file://my_dev_t.h.diff;patch=1 \ - file://ioctl.diff;patch=1;pnum=1" - -PACKAGES_prepend = "util-linux-fdisk util-linux-cfdisk util-linux-sfdisk " - -FILES_util-linux-fdisk = "/sbin/fdisk" -FILES_util-linux-cfdisk = "/sbin/cfdisk" -FILES_util-linux-sfdisk = "/sbin/sfdisk" - -RRECOMMENDS_${PN} = "util-linux-fdisk util-linux-cfdisk util-linux-sfdisk" - -do_compile () { - set -e - install ${WORKDIR}/MCONFIG ${S}/MCONFIG - install ${WORKDIR}/make_include ${S}/make_include - install ${WORKDIR}/swapargs.h ${S}/mount/swapargs.h - install ${WORKDIR}/defines.h ${S}/defines.h - oe_runmake ARCH=${TARGET_ARCH} CPU= CPUOPT= \ - 'OPT=${CFLAGS}' 'CC=${CC}' 'LD=${LD}' \ - 'LDFLAGS=${LDFLAGS}' -} - -do_install () { - oe_runmake 'DESTDIR=${D}' install -} -- cgit v1.2.3