summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3-adas/recipes-support/ctemplate/ctemplate_svn.bb
diff options
context:
space:
mode:
authorGrigory Kletsko <grigory.kletsko@cogentembedded.com>2017-06-14 14:33:22 +0300
committerGrigory Kletsko <grigory.kletsko@cogentembedded.com>2017-06-14 14:33:22 +0300
commit6c6e16ec788324ae41f2ca48a9d39a6a54877d8e (patch)
treee2f62721a69241aa39f2f3c867866f756dcea3ff /meta-rcar-gen3-adas/recipes-support/ctemplate/ctemplate_svn.bb
parentf712721906fd39a9a63d73d7a22a34d72fba9795 (diff)
Add ctemplate recipe
Diffstat (limited to 'meta-rcar-gen3-adas/recipes-support/ctemplate/ctemplate_svn.bb')
-rw-r--r--meta-rcar-gen3-adas/recipes-support/ctemplate/ctemplate_svn.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-rcar-gen3-adas/recipes-support/ctemplate/ctemplate_svn.bb b/meta-rcar-gen3-adas/recipes-support/ctemplate/ctemplate_svn.bb
new file mode 100644
index 0000000..c51ed40
--- /dev/null
+++ b/meta-rcar-gen3-adas/recipes-support/ctemplate/ctemplate_svn.bb
@@ -0,0 +1,11 @@
+require ctemplate.inc
+
+SRC_URI = "svn://ctemplate.googlecode.com/svn/;module=trunk;protocol=http"
+SRC_URI[md5sum] = ""
+SRC_URI[sha256sum] = ""
+SRCREV = "${AUTOREV}"
+S = "${WORKDIR}/trunk"
+
+PV = "2.3+svnr${SRCREV}"
+
+DEFAULT_PREFERENCE = "-1"