diff options
Diffstat (limited to 'packages/minicom/minicom_2.1.bb')
-rw-r--r-- | packages/minicom/minicom_2.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/minicom/minicom_2.1.bb b/packages/minicom/minicom_2.1.bb index c4a1c3018a..c6915c5f7a 100644 --- a/packages/minicom/minicom_2.1.bb +++ b/packages/minicom/minicom_2.1.bb @@ -3,7 +3,8 @@ DEPENDS = "ncurses" LICENSE = "GPL" SRC_URI = "http://alioth.debian.org/download.php/123/minicom-${PV}.tar.gz \ file://configure.patch;patch=1 \ - file://gcc4-scope.patch;patch=1" + file://gcc4-scope.patch;patch=1 \ + file://gcc4-scope2.patch;patch=1" inherit autotools gettext |