diff options
Diffstat (limited to 'meta/recipes-multimedia/liba52/liba52_0.7.4.bb')
-rw-r--r-- | meta/recipes-multimedia/liba52/liba52_0.7.4.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb index 884b861a91..239c30af14 100644 --- a/meta/recipes-multimedia/liba52/liba52_0.7.4.bb +++ b/meta/recipes-multimedia/liba52/liba52_0.7.4.bb | |||
@@ -11,6 +11,9 @@ inherit autotools | |||
11 | 11 | ||
12 | SRC_URI = "http://liba52.sourceforge.net/files/a52dec-${PV}.tar.gz \ | 12 | SRC_URI = "http://liba52.sourceforge.net/files/a52dec-${PV}.tar.gz \ |
13 | file://buildcleanup.patch;patch=1" | 13 | file://buildcleanup.patch;patch=1" |
14 | |||
15 | SRC_URI[md5sum] = "caa9f5bc44232dc8aeea773fea56be80" | ||
16 | SRC_URI[sha256sum] = "a21d724ab3b3933330194353687df82c475b5dfb997513eef4c25de6c865ec33" | ||
14 | S = "${WORKDIR}/a52dec-${PV}" | 17 | S = "${WORKDIR}/a52dec-${PV}" |
15 | 18 | ||
16 | EXTRA_OECONF = " --enable-shared " | 19 | EXTRA_OECONF = " --enable-shared " |