From 110422e26fb5f1e56b22e1ea00e393a187114793 Mon Sep 17 00:00:00 2001 From: Dirk Opfer Date: Wed, 12 Aug 2009 10:06:44 +0200 Subject: linknx: Fix crash on startup - restructure recipe and add .inc - Add patch to fix a crash on startup during static initialization of a map - Add startup script - Enable curl and smtp - Add recipe for cvs version --- recipes/linknx/linknx_cvs.bb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/linknx/linknx_cvs.bb (limited to 'recipes/linknx/linknx_cvs.bb') diff --git a/recipes/linknx/linknx_cvs.bb b/recipes/linknx/linknx_cvs.bb new file mode 100644 index 0000000000..579e61551d --- /dev/null +++ b/recipes/linknx/linknx_cvs.bb @@ -0,0 +1,6 @@ +PV = "0.0.1.26+cvs${SRCDATE}" + +SRC_URI = "cvs://anonymous@linknx.cvs.sourceforge.net/cvsroot/linknx;module=linknx;method=pserver " +S = "${WORKDIR}/linknx/linknx" + +require linknx.inc -- cgit 1.2.3-korg