Signed-off-by: Robert P. J. Day <[email protected]> ---
as near as i can tell, there is no compelling reason to keep i2c-tools 3.0.1. the rebuild works just fine after deleting that file, and nothing seems to explicitly require 3.0.1. diff --git a/recipes/i2c-tools/i2c-tools_3.0.1.bb b/recipes/i2c-tools/i2c-tools_3.0.1.bb deleted file mode 100644 index c8ea32a..0000000 --- a/recipes/i2c-tools/i2c-tools_3.0.1.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Set of i2c tools for linux" -SECTION = "base" -LICENSE = "GPL" - -SRC_URI = "http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-${PV}.tar.bz2" - -inherit autotools - -do_compile_prepend() { - sed -i 's_/usr/local_/usr_' Makefile - sed -i 's_CC\t:= gcc_CC\t:= ${CC}_' Makefile -} ======================================================================== Robert P. J. Day Waterloo, Ontario, CANADA Linux Consulting, Training and Kernel Pedantry. Web page: http://crashcourse.ca Twitter: http://twitter.com/rpjday ======================================================================== _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
