picocom: fix building - close #1972
authorMarek Vasut <marek.vasut@gmail.com>
Thu, 29 Mar 2007 13:06:27 +0000 (13:06 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Thu, 29 Mar 2007 13:06:27 +0000 (13:06 +0000)
packages/picocom/picocom_1.4.bb

index 8bc3b89..c13bdab 100644 (file)
@@ -2,12 +2,13 @@ DESCRIPTION = "Lightweight and minimal (~20K) dumb-terminal emulation program."
 SECTION = "console/utils"
 PRIORITY = "optional"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://efault.net/npat/hacks/picocom/dist/picocom-${PV}.tar.gz \
+           file://nolock.patch;patch=1 \
            file://gcc4.patch;patch=1"
 
-CFLAGS_append = ' -DVERSION_STR=\\"${PV}\\" -DUUCP_LOCK_DIR'
+CFLAGS_append = ' -DVERSION_STR=\\"${PV}\\"'
 
 do_install () {
        install -d ${D}${bindir}