aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-12-08 20:58:08 +0000
committerAndreas Oberritter <obi@opendreambox.org>2010-12-09 18:28:01 +0100
commitddd56fb6cb4506895926fb90152d385fdecfe96a (patch)
tree81198feb06dd74542d0bac0f04d3c5b478ce5401
parent8e9142056030e53e7fe17fd32e0927a6eae4b616 (diff)
downloadopenembedded-ddd56fb6cb4506895926fb90152d385fdecfe96a.tar.gz
linux-omap-hah: remove unused variable CVS_TARBALL_STASH
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
-rw-r--r--recipes/linux/linux-omap-hah_2.6.31.bb2
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 cc7fbf9099..89fd8ea697 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
}