diff options
Diffstat (limited to 'recipes/minicom')
-rw-r--r-- | recipes/minicom/minicom_2.1.bb | 6 | ||||
-rw-r--r-- | recipes/minicom/minicom_2.3.bb | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/minicom/minicom_2.1.bb b/recipes/minicom/minicom_2.1.bb index 9dca29bee1..36880a285f 100644 --- a/recipes/minicom/minicom_2.1.bb +++ b/recipes/minicom/minicom_2.1.bb @@ -2,9 +2,9 @@ SECTION = "console/network" DEPENDS = "ncurses" LICENSE = "GPL" SRC_URI = "http://alioth.debian.org/download.php/123/minicom-${PV}.tar.gz \ - file://configure.patch;apply=yes \ - file://gcc4-scope.patch;apply=yes \ - file://gcc4-scope2.patch;apply=yes" + file://configure.patch \ + file://gcc4-scope.patch \ + file://gcc4-scope2.patch" inherit autotools gettext diff --git a/recipes/minicom/minicom_2.3.bb b/recipes/minicom/minicom_2.3.bb index 36873b678e..69939e6098 100644 --- a/recipes/minicom/minicom_2.3.bb +++ b/recipes/minicom/minicom_2.3.bb @@ -2,7 +2,7 @@ SECTION = "console/network" DEPENDS = "ncurses" LICENSE = "GPL" SRC_URI = "http://alioth.debian.org/frs/download.php/2332/minicom-${PV}.tar.gz \ - file://rename-conflicting-functions.patch;apply=yes \ + file://rename-conflicting-functions.patch \ " inherit autotools gettext |