* [meta-oe][PATCH 0/3] 3 fixes for meta-oe
@ 2015-08-12 7:45 Yi Zhao
2015-08-12 7:45 ` [meta-oe][PATCH 1/3] sgpio: fix PN -> BPN for multilib Yi Zhao
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Yi Zhao @ 2015-08-12 7:45 UTC (permalink / raw)
To: openembedded-devel
The following changes since commit 9a67b079a7deff2d6e53df031b26304a71c4e0f8:
znc: add SRCREV_FORMAT variable (2015-08-07 11:01:01 -0400)
are available in the git repository at:
git://git.openembedded.org/meta-openembedded-contrib yzhao/3-fixes
http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=yzhao/3-fixes
Yi Zhao (3):
sgpio: fix PN -> BPN for multilib
vboxguestdrivers: upgrade 4.3.22 -> 4.3.30
uim: use _remove operator to drop silent rules
meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb | 2 +-
meta-oe/recipes-support/uim/uim_1.3.1.bb | 2 +-
...rivers_4.3.22.bb => vboxguestdrivers_4.3.30.bb} | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
rename meta-oe/recipes-support/vboxguestdrivers/{vboxguestdrivers_4.3.22.bb => vboxguestdrivers_4.3.30.bb} (93%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 4+ messages in thread
* [meta-oe][PATCH 1/3] sgpio: fix PN -> BPN for multilib
2015-08-12 7:45 [meta-oe][PATCH 0/3] 3 fixes for meta-oe Yi Zhao
@ 2015-08-12 7:45 ` Yi Zhao
2015-08-12 7:45 ` [meta-oe][PATCH 2/3] vboxguestdrivers: upgrade 4.3.22 -> 4.3.30 Yi Zhao
2015-08-12 7:45 ` [meta-oe][PATCH 3/3] uim: use _remove operator to drop silent rules Yi Zhao
2 siblings, 0 replies; 4+ messages in thread
From: Yi Zhao @ 2015-08-12 7:45 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb b/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb
index 9807a31..ed7c413 100644
--- a/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb
+++ b/meta-oe/recipes-extended/sgpio/sgpio_1.2.0.10.bb
@@ -8,7 +8,7 @@ SRC_URI = " \
SRC_URI[md5sum] = "a417bf68da4e9bd79a4664c11d7debd1"
SRC_URI[sha256sum] = "9bf8c42acaa247efd9321bdb1fc2390022f0c554d77fbbd4a7363d990fc0270b"
-S = "${WORKDIR}/${PN}"
+S = "${WORKDIR}/${BPN}"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://LICENSE_GPL;md5=393a5ca445f6965873eca0259a17f833"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [meta-oe][PATCH 2/3] vboxguestdrivers: upgrade 4.3.22 -> 4.3.30
2015-08-12 7:45 [meta-oe][PATCH 0/3] 3 fixes for meta-oe Yi Zhao
2015-08-12 7:45 ` [meta-oe][PATCH 1/3] sgpio: fix PN -> BPN for multilib Yi Zhao
@ 2015-08-12 7:45 ` Yi Zhao
2015-08-12 7:45 ` [meta-oe][PATCH 3/3] uim: use _remove operator to drop silent rules Yi Zhao
2 siblings, 0 replies; 4+ messages in thread
From: Yi Zhao @ 2015-08-12 7:45 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
...rivers_4.3.22.bb => vboxguestdrivers_4.3.30.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-oe/recipes-support/vboxguestdrivers/{vboxguestdrivers_4.3.22.bb => vboxguestdrivers_4.3.30.bb} (93%)
diff --git a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_4.3.22.bb b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_4.3.30.bb
similarity index 93%
rename from meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_4.3.22.bb
rename to meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_4.3.30.bb
index 270bdd3..fd2187b 100644
--- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_4.3.22.bb
+++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_4.3.30.bb
@@ -14,8 +14,8 @@ VBOX_NAME = "VirtualBox-${PV}"
SRC_URI = "http://download.virtualbox.org/virtualbox/${PV}/${VBOX_NAME}.tar.bz2 \
file://Makefile.utils \
"
-SRC_URI[md5sum] = "fc21ecc1044dc13cd6c6b601823c6df3"
-SRC_URI[sha256sum] = "0d41e044589d3371f765a98ddc071d9cf9788289f72b7efbb5db64f5488c8eba"
+SRC_URI[md5sum] = "cc053340f88922a11ad9d4fab56557bd"
+SRC_URI[sha256sum] = "ea9569ec16cd6202ee61bcadb2506d31ac12fd343adb91565773a05eaaea9a36"
S = "${WORKDIR}/vbox_module"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [meta-oe][PATCH 3/3] uim: use _remove operator to drop silent rules
2015-08-12 7:45 [meta-oe][PATCH 0/3] 3 fixes for meta-oe Yi Zhao
2015-08-12 7:45 ` [meta-oe][PATCH 1/3] sgpio: fix PN -> BPN for multilib Yi Zhao
2015-08-12 7:45 ` [meta-oe][PATCH 2/3] vboxguestdrivers: upgrade 4.3.22 -> 4.3.30 Yi Zhao
@ 2015-08-12 7:45 ` Yi Zhao
2 siblings, 0 replies; 4+ messages in thread
From: Yi Zhao @ 2015-08-12 7:45 UTC (permalink / raw)
To: openembedded-devel
When MACHINE=qemux86-64 and enable multilib, lib32-uim fails to build
because CONFIGUREOPTS isn't expanded correctly.
See similar issue:
http://lists.openembedded.org/pipermail/openembedded-core/2013-November/086510.html
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
meta-oe/recipes-support/uim/uim_1.3.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-support/uim/uim_1.3.1.bb b/meta-oe/recipes-support/uim/uim_1.3.1.bb
index 01657df..2232405 100644
--- a/meta-oe/recipes-support/uim/uim_1.3.1.bb
+++ b/meta-oe/recipes-support/uim/uim_1.3.1.bb
@@ -31,7 +31,7 @@ EXTRA_OECONF += "--disable-emacs \
--without-mana \
--without-eb"
-CONFIGUREOPTS_class-target := "${@d.getVar('CONFIGUREOPTS', True).replace('--disable-silent-rules', ' ')}"
+CONFIGUREOPTS_remove_class-target = "--disable-silent-rules"
PACKAGES += "uim-xim uim-utils uim-skk uim-gtk2.0 uim-fep uim-common uim-anthy libuim0 libuim-dev"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-08-12 7:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-12 7:45 [meta-oe][PATCH 0/3] 3 fixes for meta-oe Yi Zhao
2015-08-12 7:45 ` [meta-oe][PATCH 1/3] sgpio: fix PN -> BPN for multilib Yi Zhao
2015-08-12 7:45 ` [meta-oe][PATCH 2/3] vboxguestdrivers: upgrade 4.3.22 -> 4.3.30 Yi Zhao
2015-08-12 7:45 ` [meta-oe][PATCH 3/3] uim: use _remove operator to drop silent rules Yi Zhao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox