diff options
Diffstat (limited to 'recipes/hdparm')
-rw-r--r-- | recipes/hdparm/hdparm_6.3.bb | 3 | ||||
-rw-r--r-- | recipes/hdparm/hdparm_6.6.bb | 3 | ||||
-rw-r--r-- | recipes/hdparm/hdparm_6.9.bb | 4 | ||||
-rw-r--r-- | recipes/hdparm/hdparm_9.15.bb | 3 |
4 files changed, 12 insertions, 1 deletions
diff --git a/recipes/hdparm/hdparm_6.3.bb b/recipes/hdparm/hdparm_6.3.bb index 94d1e6e9bf..6e89c0286e 100644 --- a/recipes/hdparm/hdparm_6.3.bb +++ b/recipes/hdparm/hdparm_6.3.bb @@ -12,3 +12,6 @@ do_install () { install -d ${D}/${sbindir} ${D}/${mandir}/man8 oe_runmake 'DESTDIR=${D}' install } + +SRC_URI[md5sum] = "0c12672f3a09c14ad0b0882f15fc9389" +SRC_URI[sha256sum] = "08688a6a46ba495494bf838f8f26103e797584c1888eca94e43a171e1b37246d" diff --git a/recipes/hdparm/hdparm_6.6.bb b/recipes/hdparm/hdparm_6.6.bb index 94d1e6e9bf..ffec921ca7 100644 --- a/recipes/hdparm/hdparm_6.6.bb +++ b/recipes/hdparm/hdparm_6.6.bb @@ -12,3 +12,6 @@ do_install () { install -d ${D}/${sbindir} ${D}/${mandir}/man8 oe_runmake 'DESTDIR=${D}' install } + +SRC_URI[md5sum] = "ecea69f775396e4ab6112dcf9066239f" +SRC_URI[sha256sum] = "7e2db39a4e1f41bb327a9a8ef9e5e8359aaed0cc78e642a4ca67659629e3048b" diff --git a/recipes/hdparm/hdparm_6.9.bb b/recipes/hdparm/hdparm_6.9.bb index 337a7e1e8b..d6878da425 100644 --- a/recipes/hdparm/hdparm_6.9.bb +++ b/recipes/hdparm/hdparm_6.9.bb @@ -22,4 +22,6 @@ pkg_postinst_${PN} () { pkg_prerm_${PN} () { update-alternatives --remove hdparm hdparm.${PN} -}
\ No newline at end of file +} +SRC_URI[md5sum] = "62749c6cdf28ce31aae335092fa107df" +SRC_URI[sha256sum] = "cae6ed86296d01be98ee3be0c224c4323eee508941a7f162a0366d56655afe06" diff --git a/recipes/hdparm/hdparm_9.15.bb b/recipes/hdparm/hdparm_9.15.bb index d351e8dc85..e9388582f7 100644 --- a/recipes/hdparm/hdparm_9.15.bb +++ b/recipes/hdparm/hdparm_9.15.bb @@ -19,3 +19,6 @@ pkg_postinst_${PN} () { pkg_prerm_${PN} () { update-alternatives --remove hdparm hdparm.${PN} } + +SRC_URI[md5sum] = "0524dd10ad986285ff4eeb3507f7471c" +SRC_URI[sha256sum] = "689a413119c4d670ed95b9ac24511655c4805db678ad93866ab1036a0ba4d6bf" |