diff options
Diffstat (limited to 'recipes/picocom')
-rw-r--r-- | recipes/picocom/picocom_1.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/picocom/picocom_1.4.bb b/recipes/picocom/picocom_1.4.bb index e10e1863f1..7e2e4ed43e 100644 --- a/recipes/picocom/picocom_1.4.bb +++ b/recipes/picocom/picocom_1.4.bb @@ -5,8 +5,8 @@ LICENSE = "GPL" PR = "r2" SRC_URI = "http://efault.net/npat/hacks/picocom/dist/picocom-${PV}.tar.gz \ - file://nolock.patch;apply=yes \ - file://gcc4.patch;apply=yes" + file://nolock.patch \ + file://gcc4.patch" CFLAGS_append = ' -DVERSION_STR=\\"${PV}\\"' |