From 39530eb5979c2a9d9b0d994548fe44ca680efa44 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Fri, 10 Dec 2010 10:18:07 -0500 Subject: i2c-tools : Remove legacy staging. Thanks for pointing this out Koen. --- recipes/i2c-tools/i2c-tools_3.0.2.bb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'recipes/i2c-tools') diff --git a/recipes/i2c-tools/i2c-tools_3.0.2.bb b/recipes/i2c-tools/i2c-tools_3.0.2.bb index a4b58dcb30..9a73f04a45 100644 --- a/recipes/i2c-tools/i2c-tools_3.0.2.bb +++ b/recipes/i2c-tools/i2c-tools_3.0.2.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Set of i2c tools for linux" SECTION = "base" LICENSE = "GPLv2" -PR = "r3" +PR = "r4" SRC_URI = "http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-${PV}.tar.bz2 \ file://Module.mk \ @@ -17,12 +17,6 @@ do_compile_prepend() { echo "include eepromer/Module.mk" >> Makefile } -do_stage2() { - install -d ${STAGING_INCDIR}/linux - install -m 0644 include/linux/i2c-dev.h ${STAGING_INCDIR}/linux/i2c-dev-user.h -} -addtask stage2 after do_package before do_populate_staging - do_install_append() { install -d ${D}{$includedir}/linux install -m 0644 include/linux/i2c-dev.h ${D}${includedir}/linux/i2c-dev-user.h -- cgit 1.2.3-korg