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 /stat | |
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 'stat')
-rw-r--r-- | stat/stat-native_3.3.bb | 0 | ||||
-rw-r--r-- | stat/stat-native_3.3.oe | 13 | ||||
-rw-r--r-- | stat/stat_3.3.bb | 0 | ||||
-rw-r--r-- | stat/stat_3.3.oe | 16 |
4 files changed, 0 insertions, 29 deletions
diff --git a/stat/stat-native_3.3.bb b/stat/stat-native_3.3.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/stat/stat-native_3.3.bb 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 --- /dev/null +++ b/stat/stat_3.3.bb 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 <hs4388@mn-solutions.de>" - -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 -} |