diff options
Diffstat (limited to 'minicom')
-rw-r--r-- | minicom/minicom_2.1.bb | 0 | ||||
-rw-r--r-- | minicom/minicom_2.1.oe | 11 |
2 files changed, 0 insertions, 11 deletions
diff --git a/minicom/minicom_2.1.bb b/minicom/minicom_2.1.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/minicom/minicom_2.1.bb diff --git a/minicom/minicom_2.1.oe b/minicom/minicom_2.1.oe deleted file mode 100644 index 88ed728eb2..0000000000 --- a/minicom/minicom_2.1.oe +++ /dev/null @@ -1,11 +0,0 @@ -SECTION = "console/network" -DEPENDS = "ncurses" - -SRC_URI = "http://alioth.debian.org/download.php/123/minicom-${PV}.tar.gz \ - file://configure.patch;patch=1" - -inherit autotools gettext - -do_install() { - for d in doc extras man intl lib src; do make -C $d DESTDIR=${D} install; done -} |