diff options
Diffstat (limited to 'recipes/libvorbis')
-rw-r--r-- | recipes/libvorbis/libvorbis_1.0.1.bb | 3 | ||||
-rw-r--r-- | recipes/libvorbis/libvorbis_1.2.0.bb | 3 | ||||
-rw-r--r-- | recipes/libvorbis/libvorbis_1.2.3.bb | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/recipes/libvorbis/libvorbis_1.0.1.bb b/recipes/libvorbis/libvorbis_1.0.1.bb index 8b95421218..57557d9273 100644 --- a/recipes/libvorbis/libvorbis_1.0.1.bb +++ b/recipes/libvorbis/libvorbis_1.0.1.bb @@ -6,3 +6,6 @@ PR = ""${INC_PR}.1" SRC_URI = "http://www.vorbis.com/files/${PV}/unix/libvorbis-${PV}.tar.gz \ file://m4.patch;patch=1" + +SRC_URI[md5sum] = "4d6726fd02ce02f6e24824e594b0949a" +SRC_URI[sha256sum] = "20b3cbdb4b05322d470404a7d2e8cdae1e0ce5372113218ae3cada3b29da70f7" diff --git a/recipes/libvorbis/libvorbis_1.2.0.bb b/recipes/libvorbis/libvorbis_1.2.0.bb index 767a38a4de..67bf779989 100644 --- a/recipes/libvorbis/libvorbis_1.2.0.bb +++ b/recipes/libvorbis/libvorbis_1.2.0.bb @@ -10,3 +10,6 @@ SRC_URI = "http://downloads.xiph.org/releases/vorbis/libvorbis-${PV}.tar.gz \ file://r14602-CVE-2008-1423.patch;patch=1 \ " + +SRC_URI[md5sum] = "478646358c49f34aedcce58948793619" +SRC_URI[sha256sum] = "6eb7040048e35448fe224fa3fd993eb4e49a905c57893886082f1674d43b0e73" diff --git a/recipes/libvorbis/libvorbis_1.2.3.bb b/recipes/libvorbis/libvorbis_1.2.3.bb index 87d4d3cab3..4d16d646de 100644 --- a/recipes/libvorbis/libvorbis_1.2.3.bb +++ b/recipes/libvorbis/libvorbis_1.2.3.bb @@ -14,3 +14,6 @@ SRC_URI = "http://downloads.xiph.org/releases/vorbis/libvorbis-${PV}.tar.gz \ # override should be handeld by pkgconfig now EXTRA_OECONF = "" + +SRC_URI[md5sum] = "5aa77f55c0e0aab8eb8ed982335daac8" +SRC_URI[sha256sum] = "c679d1e5e45a3ec8aceb5e71de8e3712630b7a6dec6952886c17435a65955947" |