diff options
author | Dirk Opfer <dirk@do13.de> | 2009-08-12 10:06:44 +0200 |
---|---|---|
committer | Dirk Opfer <dirk@do13.de> | 2009-08-12 10:41:53 +0200 |
commit | 110422e26fb5f1e56b22e1ea00e393a187114793 (patch) | |
tree | 7a2e177539ff2bb7b301be892ac35b0da7d9133e /recipes/linknx/linknx_cvs.bb | |
parent | b5b13fcd2a5a7fb213e544971db9f5f59d6f3474 (diff) |
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
Diffstat (limited to 'recipes/linknx/linknx_cvs.bb')
-rw-r--r-- | recipes/linknx/linknx_cvs.bb | 6 |
1 files changed, 6 insertions, 0 deletions
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 |