From df6d514ae413f131e95d0f0c6c3b6792a006d451 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 29 Mar 2012 08:35:57 +0200 Subject: linux-git: drop setversion fix, it's fixed in kernel.bbclass now Signed-off-by: Martin Jansa --- recipes-kernel/linux/linux_git.bb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/recipes-kernel/linux/linux_git.bb b/recipes-kernel/linux/linux_git.bb index 00d2d52..222df31 100644 --- a/recipes-kernel/linux/linux_git.bb +++ b/recipes-kernel/linux/linux_git.bb @@ -18,15 +18,6 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git; S = "${WORKDIR}/git" -do_configure_prepend() { -#otherwise it gets extra '+' "2.6.37+" -#because: -#$ scripts/setlocalversion . => + -#$ make kernelversion => 2.6.37 -#$ make kernelrelease => 2.6.37+ - rm -rf ${S}/.git -} - SRC_URI_append_akita = " file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2 " SRC_URI_append_c7x0 = " file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2 " SRC_URI_append_collie = " file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2 " -- cgit 1.2.3-korg