diff options
Diffstat (limited to 'stat')
-rw-r--r-- | stat/stat-native_3.3.bb | 13 | ||||
-rw-r--r-- | stat/stat_3.3.bb | 0 |
2 files changed, 0 insertions, 13 deletions
diff --git a/stat/stat-native_3.3.bb b/stat/stat-native_3.3.bb deleted file mode 100644 index 2234fb85a2..0000000000 --- a/stat/stat-native_3.3.bb +++ /dev/null @@ -1,13 +0,0 @@ -SECTION = "console/utils" -include stat_${PV}.bb -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 deleted file mode 100644 index e69de29bb2..0000000000 --- a/stat/stat_3.3.bb +++ /dev/null |