diff options
Diffstat (limited to 'meta/recipes-multimedia/flac')
-rw-r--r-- | meta/recipes-multimedia/flac/flac_1.3.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/flac/flac_1.3.2.bb b/meta/recipes-multimedia/flac/flac_1.3.2.bb index 8a7fc5e190..8315ab5a2f 100644 --- a/meta/recipes-multimedia/flac/flac_1.3.2.bb +++ b/meta/recipes-multimedia/flac/flac_1.3.2.bb | |||
@@ -19,6 +19,8 @@ SRC_URI = "http://downloads.xiph.org/releases/flac/${BP}.tar.xz" | |||
19 | SRC_URI[md5sum] = "454f1bfa3f93cc708098d7890d0499bd" | 19 | SRC_URI[md5sum] = "454f1bfa3f93cc708098d7890d0499bd" |
20 | SRC_URI[sha256sum] = "91cfc3ed61dc40f47f050a109b08610667d73477af6ef36dcad31c31a4a8d53f" | 20 | SRC_URI[sha256sum] = "91cfc3ed61dc40f47f050a109b08610667d73477af6ef36dcad31c31a4a8d53f" |
21 | 21 | ||
22 | CVE_PRODUCT = "libflac" | ||
23 | |||
22 | inherit autotools gettext | 24 | inherit autotools gettext |
23 | 25 | ||
24 | EXTRA_OECONF = "--disable-oggtest \ | 26 | EXTRA_OECONF = "--disable-oggtest \ |