diff options
-rw-r--r-- | meta/recipes-extended/minicom/minicom_2.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/minicom/minicom_2.3.bb b/meta/recipes-extended/minicom/minicom_2.3.bb index a114e30c99..c327e944b4 100644 --- a/meta/recipes-extended/minicom/minicom_2.3.bb +++ b/meta/recipes-extended/minicom/minicom_2.3.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | SECTION = "console/network" | 1 | SECTION = "console/network" |
2 | DEPENDS = "ncurses" | 2 | DEPENDS = "ncurses" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645" | ||
4 | SRC_URI = "http://alioth.debian.org/frs/download.php/2332/minicom-${PV}.tar.gz \ | 5 | SRC_URI = "http://alioth.debian.org/frs/download.php/2332/minicom-${PV}.tar.gz \ |
5 | file://rename-conflicting-functions.patch \ | 6 | file://rename-conflicting-functions.patch \ |
6 | " | 7 | " |