* [PATCH 0/1] [Yocto #2761] Add native qemu support for meta-ide-support
@ 2012-07-16 22:47 Jessica Zhang
2012-07-16 22:47 ` [PATCH 1/1] " Jessica Zhang
0 siblings, 1 reply; 2+ messages in thread
From: Jessica Zhang @ 2012-07-16 22:47 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 35ebbe234997e85d6aa47a77d98f815a4d9dafff:
Merge branch 'master' of git://git.yoctoproject.org/poky (2012-07-16 10:44:49 -0700)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib jzhang/2761
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jzhang/2761
Jessica Zhang (1):
[Yocto #2761] Add native qemu support for meta-ide-support
meta/classes/toolchain-scripts.bbclass | 2 +-
meta/recipes-core/meta/meta-ide-support.bb | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
--
1.7.7
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] [Yocto #2761] Add native qemu support for meta-ide-support
2012-07-16 22:47 [PATCH 0/1] [Yocto #2761] Add native qemu support for meta-ide-support Jessica Zhang
@ 2012-07-16 22:47 ` Jessica Zhang
0 siblings, 0 replies; 2+ messages in thread
From: Jessica Zhang @ 2012-07-16 22:47 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
---
meta/classes/toolchain-scripts.bbclass | 2 +-
meta/recipes-core/meta/meta-ide-support.bb | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain-scripts.bbclass
index bedcd61..0a0ac47 100644
--- a/meta/classes/toolchain-scripts.bbclass
+++ b/meta/classes/toolchain-scripts.bbclass
@@ -43,7 +43,7 @@ toolchain_create_tree_env_script () {
script=${TMPDIR}/environment-setup-${REAL_MULTIMACH_TARGET_SYS}
rm -f $script
touch $script
- echo 'export PATH=${PATH}' >> $script
+ echo 'export PATH=${STAGING_DIR_NATIVE}/usr/bin:${PATH}' >> $script
echo 'export PKG_CONFIG_SYSROOT_DIR=${PKG_CONFIG_SYSROOT_DIR}' >> $script
echo 'export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}' >> $script
diff --git a/meta/recipes-core/meta/meta-ide-support.bb b/meta/recipes-core/meta/meta-ide-support.bb
index 326b25a..130b1c9 100644
--- a/meta/recipes-core/meta/meta-ide-support.bb
+++ b/meta/recipes-core/meta/meta-ide-support.bb
@@ -3,8 +3,8 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-DEPENDS = "virtual/libc gdb-cross qemu-helper-native unfs-server-native"
-PR = "r2"
+DEPENDS = "virtual/libc gdb-cross qemu-native qemu-helper-native unfs-server-native"
+PR = "r3"
inherit meta toolchain-scripts
--
1.7.7
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-16 22:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-16 22:47 [PATCH 0/1] [Yocto #2761] Add native qemu support for meta-ide-support Jessica Zhang
2012-07-16 22:47 ` [PATCH 1/1] " Jessica Zhang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox