diff options
Diffstat (limited to 'recipes/recode')
-rw-r--r-- | recipes/recode/recode-native_3.6.bb | 3 | ||||
-rw-r--r-- | recipes/recode/recode_3.6.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/recipes/recode/recode-native_3.6.bb b/recipes/recode/recode-native_3.6.bb index af51f2c663..a4a16976d4 100644 --- a/recipes/recode/recode-native_3.6.bb +++ b/recipes/recode/recode-native_3.6.bb @@ -3,3 +3,6 @@ require recode_${PV}.bb inherit native S = "${WORKDIR}/recode-${PV}/" + +SRC_URI[md5sum] = "be3f40ad2e93dae5cd5f628264bf1877" +SRC_URI[sha256sum] = "e3e6a4f3f8e5c6052ab70155990c074d87aa0b614fc1be31d194750d1d962fcf" diff --git a/recipes/recode/recode_3.6.bb b/recipes/recode/recode_3.6.bb index 1eb6d78cc6..847a5834da 100644 --- a/recipes/recode/recode_3.6.bb +++ b/recipes/recode/recode_3.6.bb @@ -23,3 +23,6 @@ do_stage() { oe_libinstall -a -C src librecode ${STAGING_LIBDIR}/ } + +SRC_URI[md5sum] = "be3f40ad2e93dae5cd5f628264bf1877" +SRC_URI[sha256sum] = "e3e6a4f3f8e5c6052ab70155990c074d87aa0b614fc1be31d194750d1d962fcf" |