From: Matthew McClintock Date: Wed, 24 Oct 2012 10:58:44 +0000 (+0000) Subject: hypervisor_git.bb: remove unneeded create_link task X-Git-Tag: 2.1~534^2~338 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=14e0c3c4966c3e55851041f018696b2fc81845cb;p=meta-freescale.git hypervisor_git.bb: remove unneeded create_link task Signed-off-by: Matthew McClintock --- diff --git a/meta-fsl-ppc/recipes-tools/embedded-hv/hypervisor_git.bb b/meta-fsl-ppc/recipes-tools/embedded-hv/hypervisor_git.bb index d3e5b822..25942ee0 100644 --- a/meta-fsl-ppc/recipes-tools/embedded-hv/hypervisor_git.bb +++ b/meta-fsl-ppc/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}