diff options
Diffstat (limited to 'minicom/minicom_2.1.oe')
-rw-r--r-- | minicom/minicom_2.1.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minicom/minicom_2.1.oe b/minicom/minicom_2.1.oe index 5892236714..46ed0ecdbe 100644 --- a/minicom/minicom_2.1.oe +++ b/minicom/minicom_2.1.oe @@ -1,3 +1,4 @@ +SECTION = "console/network" DEPENDS = "ncurses gettext-native" SRC_URI = "http://alioth.debian.org/download.php/123/minicom-${PV}.tar.gz \ @@ -8,4 +9,3 @@ inherit autotools do_install() { for d in doc extras man intl lib src; do make -C $d DESTDIR=${D} install; done } - |