All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/3] 3 fixes for multilib
@ 2015-06-04  7:48 Yi Zhao
  0 siblings, 0 replies; 5+ messages in thread
From: Yi Zhao @ 2015-06-04  7:48 UTC (permalink / raw)
  To: openembedded-devel


The following changes since commit 9a5d25f2a717814f948b492b9c01c1ff0edb678d:

  pinpoint: use clutter-gst-3.0 (2015-05-28 10:35:35 +0200)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded-contrib yzhao/fixes-for-multilib
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=yzhao/fixes-for-multilib

Yi Zhao (3):
  luajit: fix build failure for multilib
  nodejs: fix build failure for multilib
  llvm: fix libdir for multilib

 meta-oe/recipes-core/llvm/llvm.inc               |    9 ++++++++-
 meta-oe/recipes-devtools/luajit/luajit_2.0.3.bb  |    4 ++--
 meta-oe/recipes-devtools/nodejs/nodejs_0.12.4.bb |    9 +++------
 3 files changed, 13 insertions(+), 9 deletions(-)

-- 
1.7.9.5



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

* [meta-oe][PATCH 0/3] 3 fixes for multilib
@ 2015-09-18  9:10 Yi Zhao
  2015-09-18  9:10 ` [meta-oe][PATCH 1/3] sblim-sfcCommon: fix ${PN}-${PV} -> ${BP} " Yi Zhao
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Yi Zhao @ 2015-09-18  9:10 UTC (permalink / raw)
  To: openembedded-devel


The following changes since commit 1692d5c3020434404fc1ee6911a60b88287a5efb:

  netmap: add new package (2015-09-15 10:49:30 -0400)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded-contrib yzhao/multilib-fixes
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=yzhao/multilib-fixes

Yi Zhao (3):
  sblim-sfcCommon: fix ${PN}-${PV} -> ${BP} for multilib
  sblim-sfcb: fix ${PN}-${PV} -> ${BP} for multilib
  mailcap: fix PN -> BPN for multilib

 .../sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb       |    2 +-
 .../sblim-sfcb/sblim-sfcb_1.4.8.bb                 |    2 +-
 meta-oe/recipes-support/mailcap/mailcap_2.1.44.bb  |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

-- 
1.7.9.5



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

* [meta-oe][PATCH 1/3] sblim-sfcCommon: fix ${PN}-${PV} -> ${BP} for multilib
  2015-09-18  9:10 [meta-oe][PATCH 0/3] 3 fixes for multilib Yi Zhao
@ 2015-09-18  9:10 ` Yi Zhao
  2015-09-18  9:10 ` [meta-oe][PATCH 2/3] sblim-sfcb: " Yi Zhao
  2015-09-18  9:10 ` [meta-oe][PATCH 3/3] mailcap: fix PN -> BPN " Yi Zhao
  2 siblings, 0 replies; 5+ messages in thread
From: Yi Zhao @ 2015-09-18  9:10 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 .../sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb       |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb b/meta-oe/recipes-extended/sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb
index 0f5515a..ebd2199 100644
--- a/meta-oe/recipes-extended/sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb
+++ b/meta-oe/recipes-extended/sblim-sfcCommon/sblim-sfcCommon_1.0.1.bb
@@ -9,7 +9,7 @@ SECTION = "Development/Libraries"
 
 DEPENDS = "cmpi-bindings"
 
-SRC_URI = "http://downloads.sourceforge.net/sblim/${PN}-${PV}.tar.bz2 \
+SRC_URI = "http://downloads.sourceforge.net/sblim/${BP}.tar.bz2 \
           "
 SRC_URI[md5sum] = "8aa2655d97bdea54c4750f220b40990c"
 SRC_URI[sha256sum] = "b9b1037173d6ae0181c3bd5a316ddab5afd6a342ad0dbdc18e940fc0ad2c3297"
-- 
1.7.9.5



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

* [meta-oe][PATCH 2/3] sblim-sfcb: fix ${PN}-${PV} -> ${BP} for multilib
  2015-09-18  9:10 [meta-oe][PATCH 0/3] 3 fixes for multilib Yi Zhao
  2015-09-18  9:10 ` [meta-oe][PATCH 1/3] sblim-sfcCommon: fix ${PN}-${PV} -> ${BP} " Yi Zhao
@ 2015-09-18  9:10 ` Yi Zhao
  2015-09-18  9:10 ` [meta-oe][PATCH 3/3] mailcap: fix PN -> BPN " Yi Zhao
  2 siblings, 0 replies; 5+ messages in thread
From: Yi Zhao @ 2015-09-18  9:10 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 .../sblim-sfcb/sblim-sfcb_1.4.8.bb                 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.8.bb b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.8.bb
index 5474fc6..dc5e4d0 100644
--- a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.8.bb
+++ b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb_1.4.8.bb
@@ -11,7 +11,7 @@ LICENSE = "EPL-1.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f300afd598546add034364cd0a533261"
 DEPENDS = "curl libpam openssl sblim-sfcCommon"
 
-SRC_URI = "http://downloads.sourceforge.net/sblim/${PN}-${PV}.tar.bz2 \
+SRC_URI = "http://downloads.sourceforge.net/sblim/${BP}.tar.bz2 \
            file://sblim-sfcb-1.3.9-sfcbrepos-schema-location.patch \
            file://sblim-sfcb-1.3.15-fix-provider-debugging.patch \
            file://sblim-sfcb-1.3.16-maxMsgLen.patch \
-- 
1.7.9.5



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

* [meta-oe][PATCH 3/3] mailcap: fix PN -> BPN for multilib
  2015-09-18  9:10 [meta-oe][PATCH 0/3] 3 fixes for multilib Yi Zhao
  2015-09-18  9:10 ` [meta-oe][PATCH 1/3] sblim-sfcCommon: fix ${PN}-${PV} -> ${BP} " Yi Zhao
  2015-09-18  9:10 ` [meta-oe][PATCH 2/3] sblim-sfcb: " Yi Zhao
@ 2015-09-18  9:10 ` Yi Zhao
  2 siblings, 0 replies; 5+ messages in thread
From: Yi Zhao @ 2015-09-18  9:10 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 meta-oe/recipes-support/mailcap/mailcap_2.1.44.bb |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/mailcap/mailcap_2.1.44.bb b/meta-oe/recipes-support/mailcap/mailcap_2.1.44.bb
index d9f5e10..4b9ddb2 100644
--- a/meta-oe/recipes-support/mailcap/mailcap_2.1.44.bb
+++ b/meta-oe/recipes-support/mailcap/mailcap_2.1.44.bb
@@ -12,12 +12,12 @@ by several applications e.g. to determine MIME types for filenames."
 
 SECTION = "System Environment/Base"
 
-SRC_URI = "https://git.fedorahosted.org/cgit/${PN}.git/snapshot/${PN}-r2-1-44.tar.gz"
+SRC_URI = "https://git.fedorahosted.org/cgit/${BPN}.git/snapshot/${BPN}-r2-1-44.tar.gz"
 SRC_URI[md5sum] = "e7de2a5dfaa126d5e0a081af7d908906"
 SRC_URI[sha256sum] = "644da071f918a33e11d1f8db8334010dd325108209d302f800816f4a177ee2e6"
 LICENSE = "PD & MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=100fcfb84512ccc03ffc7d89ac391305"
-S = "${WORKDIR}/${PN}-r2-1-44"
+S = "${WORKDIR}/${BPN}-r2-1-44"
 do_install() {
     oe_runmake install DESTDIR=${D} sysconfdir=${sysconfdir} mandir=${mandir}
 }
-- 
1.7.9.5



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

end of thread, other threads:[~2015-09-18  9:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-18  9:10 [meta-oe][PATCH 0/3] 3 fixes for multilib Yi Zhao
2015-09-18  9:10 ` [meta-oe][PATCH 1/3] sblim-sfcCommon: fix ${PN}-${PV} -> ${BP} " Yi Zhao
2015-09-18  9:10 ` [meta-oe][PATCH 2/3] sblim-sfcb: " Yi Zhao
2015-09-18  9:10 ` [meta-oe][PATCH 3/3] mailcap: fix PN -> BPN " Yi Zhao
  -- strict thread matches above, loose matches on Subject: below --
2015-06-04  7:48 [meta-oe][PATCH 0/3] 3 fixes " Yi Zhao

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.