From patchwork Wed Dec 8 12:58:08 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4/4] linux-omap-hah: remove unused variable CVS_TARBALL_STASH Date: Wed, 08 Dec 2010 12:58:08 -0000 From: Andreas Oberritter X-Patchwork-Id: 18 Message-Id: <1291813088-23444-4-git-send-email-obi@opendreambox.org> To: openembedded-devel@lists.openembedded.org Signed-off-by: Andreas Oberritter Acked-by: Stefan Schmidt --- recipes/linux/linux-omap-hah_2.6.31.bb | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/recipes/linux/linux-omap-hah_2.6.31.bb b/recipes/linux/linux-omap-hah_2.6.31.bb index cc7fbf9..89fd8ea 100644 --- a/recipes/linux/linux-omap-hah_2.6.31.bb +++ b/recipes/linux/linux-omap-hah_2.6.31.bb @@ -13,8 +13,6 @@ SRC_URI = "git://github.com/buglabs/bug20-2.6.31-omap.git;branch=master;protocol S = "${WORKDIR}/git" -CVS_TARBALL_STASH = "" - do_configure_prepend() { cp arch/arm/configs/omap3_bug_defconfig ${WORKDIR}/defconfig }