diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/calibrator/calibrator_svn.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/calibrator/calibrator_svn.bb b/recipes/calibrator/calibrator_svn.bb new file mode 100644 index 0000000000..3ac2793932 --- /dev/null +++ b/recipes/calibrator/calibrator_svn.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "The Calibrator, a Cache-Memory and TLB Calibration Tool" +HOMEPAGE = "http://monetdb.cwi.nl/Calibrator/" +LICENSE = "AS IS" + +SRCREV = "21" +PV = "0.9e+svn${SRCREV}" +PR = "r0" + +SRC_URI = "svn://dev.bec-systems.com/svn/pub;module=calibrator;proto=http" + +inherit autotools + +S = ${WORKDIR}/calibrator + |