[meta-freescale] [PATCH 1/9] hypervisor_git.bb: remove unneeded create_link task

b28495 at freescale.com b28495 at freescale.com
Thu Dec 6 06:10:48 PST 2012


From: Matthew McClintock <msm at freescale.com>

Signed-off-by: Matthew McClintock <msm at freescale.com>
---
 recipes-tools/embedded-hv/hypervisor_git.bb |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/recipes-tools/embedded-hv/hypervisor_git.bb b/recipes-tools/embedded-hv/hypervisor_git.bb
index d3e5b82..25942ee 100644
--- a/recipes-tools/embedded-hv/hypervisor_git.bb
+++ b/recipes-tools/embedded-hv/hypervisor_git.bb
@@ -3,7 +3,7 @@ SECTION = "embedded-hv"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://README;endline=22;md5=0655bbc3b7d7166c30c87208b4e23cf0"
 
-PR = "r2"
+PR = "r3"
 
 DEPENDS = "u-boot-mkimage-native"
 
@@ -31,14 +31,6 @@ EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHA
 DEFCONFIG = "defconfig"
 DEFCONFIG_powerpc64 = "64bit_defconfig"
 
-do_create_link () {
-	cd ${S}/..
-	if [ ! -e hv ]; then
-		ln -s ${S} hv
-	fi
-}
-addtask create_link before do_compile after do_configure
-
 inherit cml1
 do_configure () {
 	oe_runmake ${DEFCONFIG}
-- 
1.7.3.4





More information about the meta-freescale mailing list