summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/meta-ide-support.bb
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2011-08-01 15:50:02 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-04 15:04:32 +0100
commit9a78cb7980861291df8e8f8c6782735c9b4440ec (patch)
treea011b1c8fcad440dd44ec6cb0b1cdf383d286a3f /meta/recipes-core/meta/meta-ide-support.bb
parente57a0bdfd47d14b03cd6d0337c4216b423fe965d (diff)
downloadpoky-9a78cb7980861291df8e8f8c6782735c9b4440ec.tar.gz
environment files: Added and unified version related variables.
[YOCTO #1306] Fixing. Added and unified version related variables in all environment files generated by package meta-toolchain, meta-ide-support, meta-environment-xxx. (From OE-Core rev: 5fbea0f2614d5bc9aec0819a337cdec9b5331f71) Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/meta/meta-ide-support.bb')
-rw-r--r--meta/recipes-core/meta/meta-ide-support.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/meta-ide-support.bb b/meta/recipes-core/meta/meta-ide-support.bb
index 7a3c053a07..326b25a09c 100644
--- a/meta/recipes-core/meta/meta-ide-support.bb
+++ b/meta/recipes-core/meta/meta-ide-support.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
4 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 4 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
5 5
6DEPENDS = "virtual/libc gdb-cross qemu-helper-native unfs-server-native" 6DEPENDS = "virtual/libc gdb-cross qemu-helper-native unfs-server-native"
7PR = "r1" 7PR = "r2"
8 8
9inherit meta toolchain-scripts 9inherit meta toolchain-scripts
10 10