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 --- stat/stat-native_3.3.bb | 0 stat/stat-native_3.3.oe | 13 ------------- stat/stat_3.3.bb | 0 stat/stat_3.3.oe | 16 ---------------- 4 files changed, 29 deletions(-) create mode 100644 stat/stat-native_3.3.bb delete mode 100644 stat/stat-native_3.3.oe create mode 100644 stat/stat_3.3.bb delete mode 100644 stat/stat_3.3.oe (limited to 'stat') diff --git a/stat/stat-native_3.3.bb b/stat/stat-native_3.3.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/stat/stat-native_3.3.oe b/stat/stat-native_3.3.oe deleted file mode 100644 index 32b1b47bae..0000000000 --- a/stat/stat-native_3.3.oe +++ /dev/null @@ -1,13 +0,0 @@ -SECTION = "console/utils" -include stat_${PV}.oe -inherit native -S = "${WORKDIR}/stat-${PV}" - -do_stage() { - install -m 755 stat ${STAGING_BINDIR} - -} - -do_install() { - true -} diff --git a/stat/stat_3.3.bb b/stat/stat_3.3.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/stat/stat_3.3.oe b/stat/stat_3.3.oe deleted file mode 100644 index efb5a22e80..0000000000 --- a/stat/stat_3.3.oe +++ /dev/null @@ -1,16 +0,0 @@ -SECTION = "console/utils" -DESCRIPTION = "Display all information about a file that the stat() call provides and all information a filesystem that statfs() provides." -LICENSE = "GPL" -MAINTAINER = "Holger Schurig " - -SRC_URI = "ftp://metalab.unc.edu/pub/Linux/utils/file/stat-3.3.tar.gz" - -do_stage() { - true -} - -do_install() { - install -d ${D}/usr/bin ${D}/usr/share/man/man1 - install -s -m 755 stat ${D}/usr/bin - install -m 644 stat.1 ${D}/usr/share/man/man1 -} -- cgit v1.2.3