]> code.ossystems Code Review - openembedded-core.git/commitdiff
minicom: fix for multilib and x32 build crash
authorCristian Iorga <cristian.iorga@intel.com>
Fri, 31 Jan 2014 17:07:37 +0000 (19:07 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 2 Feb 2014 11:21:57 +0000 (11:21 +0000)
For source URI, the use of ${PN}-${PV} leads to
build failures for multilib and x32.
${BP} is properly used instead.

Partial fix for [YOCTO #5781].

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/minicom/minicom_2.7.bb

index 9f8ebe4741ccd19431f4339c8cf331cda2ef1093..291b918df2847f960a88c1a75233a7fcb6c4e95e 100644 (file)
@@ -7,10 +7,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \
                     file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81"
 
 
-SRC_URI = "http://alioth.debian.org/frs/download.php/file/3977/${PN}-${PV}.tar.gz \
+SRC_URI = "http://alioth.debian.org/frs/download.php/file/3977/${BP}.tar.gz \
            file://allow.to.disable.lockdev.patch \
            file://0001-fix-minicom-h-v-return-value-is-not-0.patch \
-"
+          "
 
 SRC_URI[md5sum] = "7044ca3e291268c33294f171d426dc2d"
 SRC_URI[sha256sum] = "9ac3a663b82f4f5df64114b4792b9926b536c85f59de0f2d2b321c7626a904f4"