diff options
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 -} |