diff options
Diffstat (limited to 'recipes/0xFFFF')
-rw-r--r-- | recipes/0xFFFF/0xffff-native_0.1.bb | 3 | ||||
-rw-r--r-- | recipes/0xFFFF/0xffff-native_0.2.bb | 3 | ||||
-rw-r--r-- | recipes/0xFFFF/0xffff_0.1.bb | 3 | ||||
-rw-r--r-- | recipes/0xFFFF/0xffff_0.2.bb | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/recipes/0xFFFF/0xffff-native_0.1.bb b/recipes/0xFFFF/0xffff-native_0.1.bb index 3e694eb883..8d64148e41 100644 --- a/recipes/0xFFFF/0xffff-native_0.1.bb +++ b/recipes/0xFFFF/0xffff-native_0.1.bb @@ -19,3 +19,6 @@ do_deploy() { addtask deploy before do_package after do_install + +SRC_URI[md5sum] = "666fce75c418d7b72e2c9dc225fce3be" +SRC_URI[sha256sum] = "2419708f8e0d7cd6875f4555da9c8a2bf9503374eb7c0bea08fed0841baa4655" diff --git a/recipes/0xFFFF/0xffff-native_0.2.bb b/recipes/0xFFFF/0xffff-native_0.2.bb index be15c8e900..7ab47f110a 100644 --- a/recipes/0xFFFF/0xffff-native_0.2.bb +++ b/recipes/0xFFFF/0xffff-native_0.2.bb @@ -19,3 +19,6 @@ do_deploy() { addtask deploy before do_package after do_install + +SRC_URI[md5sum] = "31cd82986ccfabdf01a6a99aa00f975b" +SRC_URI[sha256sum] = "6d061f8431b76ba1dd09401880c7029e490be8c04cac14ba89db7ea7d0ab77bf" diff --git a/recipes/0xFFFF/0xffff_0.1.bb b/recipes/0xFFFF/0xffff_0.1.bb index fb3b93d415..1053e9a0ff 100644 --- a/recipes/0xFFFF/0xffff_0.1.bb +++ b/recipes/0xFFFF/0xffff_0.1.bb @@ -4,3 +4,6 @@ do_install() { install -d ${D}${bindir} install -m 755 0xFFFF ${D}${bindir} } + +SRC_URI[md5sum] = "666fce75c418d7b72e2c9dc225fce3be" +SRC_URI[sha256sum] = "2419708f8e0d7cd6875f4555da9c8a2bf9503374eb7c0bea08fed0841baa4655" diff --git a/recipes/0xFFFF/0xffff_0.2.bb b/recipes/0xFFFF/0xffff_0.2.bb index fb3b93d415..b59fedcd87 100644 --- a/recipes/0xFFFF/0xffff_0.2.bb +++ b/recipes/0xFFFF/0xffff_0.2.bb @@ -4,3 +4,6 @@ do_install() { install -d ${D}${bindir} install -m 755 0xFFFF ${D}${bindir} } + +SRC_URI[md5sum] = "31cd82986ccfabdf01a6a99aa00f975b" +SRC_URI[sha256sum] = "6d061f8431b76ba1dd09401880c7029e490be8c04cac14ba89db7ea7d0ab77bf" |