From bc68ed7c92effcdc7b475286bf1c3ac2f772f073 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Thu, 14 Jan 2010 17:46:00 +0100 Subject: serial-forward: catch up with conversion to autotools pty-forward-native: dito --- recipes/serial-utils/serial-forward.bb | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'recipes/serial-utils/serial-forward.bb') diff --git a/recipes/serial-utils/serial-forward.bb b/recipes/serial-utils/serial-forward.bb index b03fc597dd..8645b85c71 100644 --- a/recipes/serial-utils/serial-forward.bb +++ b/recipes/serial-utils/serial-forward.bb @@ -2,18 +2,10 @@ DESCRIPTION = "Forward a serial using TCP/IP" AUTHOR = "Holger 'Zecke' Freyther'" LICENSE = "GPL" SECTION = "console/devel" -PV = "1.0.1+gitr${SRCREV}" -PR = "r1" +PV = "1.1+gitr${SRCREV}" +PR = "r0" SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git/;protocol=git" S = "${WORKDIR}/git/tools/serial_forward" -EXTRA_OEMAKE = "CC="${CC} ${LDFLAGS}"" -do_compile() { - cd ${S} - oe_runmake -} -do_install() { - install -d ${D}/${bindir} - install -m 0755 ${S}/forward ${D}/${bindir}/${PN} -} +inherit autotools -- cgit 1.2.3-korg