aboutsummaryrefslogtreecommitdiffstats
path: root/units
diff options
context:
space:
mode:
Diffstat (limited to 'units')
-rw-r--r--units/units_1.80.bb0
-rw-r--r--units/units_1.80.oe17
2 files changed, 0 insertions, 17 deletions
diff --git a/units/units_1.80.bb b/units/units_1.80.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/units/units_1.80.bb
diff --git a/units/units_1.80.oe b/units/units_1.80.oe
deleted file mode 100644
index 84093464cf..0000000000
--- a/units/units_1.80.oe
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "GNU units converts between different systems of units."
-DEPENDS = "readline"
-SECTION = "console/utils"
-PR = "r1"
-
-SRC_URI = "${GNU_MIRROR}/units/units-${PV}.tar.gz \
- file://units.c.patch;patch=1 \
- file://makefile.patch;patch=1"
-
-inherit autotools
-
-do_install_append() {
- install -d ${D}/${datadir}
- install -m 0655 units.dat ${D}/${datadir}
-}
-
-FILES_${PN} += "${datadir}/units.dat"