linux-input: clean up and fix QA errors
authorKoen Kooi <koen@openembedded.org>
Thu, 3 Jun 2010 07:31:58 +0000 (09:31 +0200)
committerKoen Kooi <koen@openembedded.org>
Thu, 3 Jun 2010 07:34:11 +0000 (09:34 +0200)
recipes/linux-input/linux-input_cvs.bb

index 627ab1c..0f90f53 100644 (file)
@@ -1,23 +1,23 @@
-PR = "r2"
+LICENSE = "GPL"
 SRCDATE = "20060814"
 PV = "0.0+cvs${SRCDATE}"
+PR = "r4"
 
 SRC_URI = "cvs://anonymous@linuxconsole.cvs.sourceforge.net/cvsroot/linuxconsole;module=ruby \
-       file://serio.h \
-       file://makefile.patch;striplevel=0 \
-       file://snes232.patch;striplevel=0"
-LICENSE = "GPL"
+        file://serio.h \
+        file://makefile.patch;striplevel=0 \
+        file://snes232.patch;striplevel=0"
 
 S = "${WORKDIR}/ruby/utils"
 
-CFLAGS =+ "-I. -I../linux/include -I../ruby-2.6/include"
+CFLAGS =+ "${LDFLAGS} -I. -I../linux/include -I../ruby-2.6/include"
 
 do_configure() {
-       install -d linux
-       install -m 0644 ${WORKDIR}/serio.h linux/
+        install -d linux
+        install -m 0644 ${WORKDIR}/serio.h linux/
 }
-
 do_install() {
-       install -d ${D}${sbindir}
-       install evtest inputattach jstest jscal fftest ${D}${sbindir}
+        install -d ${D}${sbindir}
+        install evtest inputattach jstest jscal fftest ${D}${sbindir}
 }
+