diff options
author | Grigory Kletsko <grigory.kletsko@cogentembedded.com> | 2017-06-14 14:33:22 +0300 |
---|---|---|
committer | Grigory Kletsko <grigory.kletsko@cogentembedded.com> | 2017-06-14 14:33:22 +0300 |
commit | 6c6e16ec788324ae41f2ca48a9d39a6a54877d8e (patch) | |
tree | e2f62721a69241aa39f2f3c867866f756dcea3ff /meta-rcar-gen3-adas/recipes-support/ctemplate/ctemplate_2.3.bb | |
parent | f712721906fd39a9a63d73d7a22a34d72fba9795 (diff) |
Add ctemplate recipe
Diffstat (limited to 'meta-rcar-gen3-adas/recipes-support/ctemplate/ctemplate_2.3.bb')
-rw-r--r-- | meta-rcar-gen3-adas/recipes-support/ctemplate/ctemplate_2.3.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-rcar-gen3-adas/recipes-support/ctemplate/ctemplate_2.3.bb b/meta-rcar-gen3-adas/recipes-support/ctemplate/ctemplate_2.3.bb new file mode 100644 index 0000000..8383c12 --- /dev/null +++ b/meta-rcar-gen3-adas/recipes-support/ctemplate/ctemplate_2.3.bb @@ -0,0 +1,9 @@ +require ctemplate.inc + +SRC_URI = "svn://ctemplate.googlecode.com/svn/;module=tags/ctemplate-2.3;protocol=http" +SRC_URI[md5sum] = "" +SRC_URI[sha256sum] = "" +SRCREV = "r141" +S = "${WORKDIR}/tags/ctemplate-2.3" +B = "${WORKDIR}/tags/ctemplate-2.3" + |