All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Fix for YB5781
@ 2014-01-31 17:07 Cristian Iorga
  2014-01-31 17:07 ` [PATCH 1/1] minicom: fix for multilib and x32 build crash Cristian Iorga
  0 siblings, 1 reply; 2+ messages in thread
From: Cristian Iorga @ 2014-01-31 17:07 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit d93620baea489c9b20f740c0d06dcb39cf364ecb:

  bitbake: runqueue: Fix race against tasks sharing stamp files (2014-01-31 15:52:17 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ciorga/YB5781
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/YB5781

Cristian Iorga (1):
  minicom: fix for multilib and x32 build crash

 meta/recipes-extended/minicom/minicom_2.7.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
1.8.3.2



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] minicom: fix for multilib and x32 build crash
  2014-01-31 17:07 [PATCH 0/1] Fix for YB5781 Cristian Iorga
@ 2014-01-31 17:07 ` Cristian Iorga
  0 siblings, 0 replies; 2+ messages in thread
From: Cristian Iorga @ 2014-01-31 17:07 UTC (permalink / raw)
  To: openembedded-core

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>
---
 meta/recipes-extended/minicom/minicom_2.7.bb | 4 ++--
 1 file 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 9f8ebe4..291b918 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 \
                     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"
-- 
1.8.3.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-01-31 17:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-31 17:07 [PATCH 0/1] Fix for YB5781 Cristian Iorga
2014-01-31 17:07 ` [PATCH 1/1] minicom: fix for multilib and x32 build crash Cristian Iorga

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.