From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- packages/inputpipe/inputpipe_svn.bb | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 packages/inputpipe/inputpipe_svn.bb (limited to 'packages/inputpipe') diff --git a/packages/inputpipe/inputpipe_svn.bb b/packages/inputpipe/inputpipe_svn.bb deleted file mode 100644 index c6e28c3e79..0000000000 --- a/packages/inputpipe/inputpipe_svn.bb +++ /dev/null @@ -1,24 +0,0 @@ -SECTION = "base" -PRIORITY = "optional" -DESCRIPTION = "Inputpipe is a network transparency layer for linux input devices" -LICENSE = "GPL" -#Remove the dash below when 0.5 changes in PV -PV = "0.5+svn-${SRCDATE}" -SRC_URI = "svn://svn.navi.cx/misc/trunk;module=inputpipe;proto=http" - -S = "${WORKDIR}/inputpipe" - -do_compile() { - oe_runmake CC="${CC}" CFLAGS="-I ${WORKDIR}/inputpipe/uinput ${CFLAGS}" -} - -do_install() { - install -d ${D}${bindir} - install inputpipe-server ${D}${bindir} - install inputpipe-client ${D}${bindir} -} - -PACKAGES = "${PN}-dbg inputpipe-server inputpipe-client ${PN}" - -FILES_inputpipe-client = "${bindir}/inputpipe-client" -FILES_inputpipe-server = "${bindir}/inputpipe-server" -- cgit v1.2.3