diff options
Diffstat (limited to 'recipes/ccdv')
-rw-r--r-- | recipes/ccdv/ccdv.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/ccdv/ccdv.bb b/recipes/ccdv/ccdv.bb index 0a3753add5..b3f105200c 100644 --- a/recipes/ccdv/ccdv.bb +++ b/recipes/ccdv/ccdv.bb @@ -12,3 +12,6 @@ do_install () { install -d ${D}${bindir} install -m 0755 ccdv ${D}${bindir}/ } + +SRC_URI[md5sum] = "b8c51a2e3cccb381428426c0fc543244" +SRC_URI[sha256sum] = "f1e44d628cc4cbac192bf33f492ad8d1e1988cae576924128df36f3638e9a485" |