diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-01-31 19:07:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-02 11:22:12 +0000 |
commit | 7538e256c05e24906640a0de4f986c3a68fec692 (patch) | |
tree | 6f4070a8c23eaa364d41e1c8f56cfbb793b8ade0 /meta/recipes-extended/minicom | |
parent | a1dff02d0334df85a56d40ab9b69bf30052e02cb (diff) | |
download | poky-7538e256c05e24906640a0de4f986c3a68fec692.tar.gz |
minicom: fix for multilib and x32 build crash
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].
(From OE-Core rev: 2e0dbfaed17fb89381e3bf155a29cd606b698c7c)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/minicom')
-rw-r--r-- | meta/recipes-extended/minicom/minicom_2.7.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/minicom/minicom_2.7.bb b/meta/recipes-extended/minicom/minicom_2.7.bb index 9f8ebe4741..291b918df2 100644 --- a/meta/recipes-extended/minicom/minicom_2.7.bb +++ b/meta/recipes-extended/minicom/minicom_2.7.bb | |||
@@ -7,10 +7,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=420477abc567404debca0a2a1cb6b645 \ | |||
7 | file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81" | 7 | file://src/minicom.h;beginline=1;endline=12;md5=a58838cb709f0db517f4e42730c49e81" |
8 | 8 | ||
9 | 9 | ||
10 | SRC_URI = "http://alioth.debian.org/frs/download.php/file/3977/${PN}-${PV}.tar.gz \ | 10 | SRC_URI = "http://alioth.debian.org/frs/download.php/file/3977/${BP}.tar.gz \ |
11 | file://allow.to.disable.lockdev.patch \ | 11 | file://allow.to.disable.lockdev.patch \ |
12 | file://0001-fix-minicom-h-v-return-value-is-not-0.patch \ | 12 | file://0001-fix-minicom-h-v-return-value-is-not-0.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI[md5sum] = "7044ca3e291268c33294f171d426dc2d" | 15 | SRC_URI[md5sum] = "7044ca3e291268c33294f171d426dc2d" |
16 | SRC_URI[sha256sum] = "9ac3a663b82f4f5df64114b4792b9926b536c85f59de0f2d2b321c7626a904f4" | 16 | SRC_URI[sha256sum] = "9ac3a663b82f4f5df64114b4792b9926b536c85f59de0f2d2b321c7626a904f4" |