linux-rp.inc: Rename getline in unifdef.c to parseline to avoid conflict.
authorAndrea Adami <andrea.adami@gmail.com>
Sun, 30 May 2010 15:33:32 +0000 (17:33 +0200)
committerAndrea Adami <andrea.adami@gmail.com>
Sun, 30 May 2010 15:58:02 +0000 (17:58 +0200)
* sync with linux.inc
* see https://patchwork.kernel.org/patch/11166/
* committed in 2.6.29 (commit d15bd1067b1fcb2b7250d22bc0c7c7fea0b759f7)

recipes/linux/linux-rp.inc

index 5bd18ff..63e528f 100644 (file)
@@ -71,6 +71,17 @@ module_autoload_collie-ts_collie = "collie-ts"
 module_autoload_leds-locomo_collie = "leds-locomo"
 module_autoload_power_collie = "power"
 
+do_configure_prepend() {
+
+        # Rename getline in ./scripts/unifdef.c
+        # Kernels up to 2.6.29 are currently failing to build unifdef.c,
+        # clashing with exposed getline() from <stdio.h>
+        # see https://patchwork.kernel.org/patch/11166/
+        # committed in 2.6.29 (commit d15bd1067b1fcb2b7250d22bc0c7c7fea0b759f7)
+
+        sed -i -e 's/getline/parseline/g' ${S}/scripts/unifdef.c
+}
+
 do_configure() {
        rm -f ${S}/.config