diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-03-22 11:57:26 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-05 19:31:06 +0200 |
| commit | 2af18f934cd6764ef87977c8b23a924a5cb7fbf7 (patch) | |
| tree | 305ad2b200e278cdcefaea02221c997f22cccf36 /meta-multimedia/recipes-multimedia/caps/caps_0.9.24.bb | |
| parent | 61d1d45d2f34dc57b144300663e8880ac67a01fd (diff) | |
| download | meta-openembedded-2af18f934cd6764ef87977c8b23a924a5cb7fbf7.tar.gz | |
caps: Use c99 int types
Fixes build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/caps/caps_0.9.24.bb')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/caps/caps_0.9.24.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-multimedia/recipes-multimedia/caps/caps_0.9.24.bb b/meta-multimedia/recipes-multimedia/caps/caps_0.9.24.bb index 3e409e6eb3..90a28360c1 100644 --- a/meta-multimedia/recipes-multimedia/caps/caps_0.9.24.bb +++ b/meta-multimedia/recipes-multimedia/caps/caps_0.9.24.bb | |||
| @@ -3,10 +3,10 @@ HOMEPAGE = "http://quitte.de/dsp/caps.html" | |||
| 3 | LICENSE = "GPL-3" | 3 | LICENSE = "GPL-3" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
| 5 | 5 | ||
| 6 | SRC_URI = " \ | 6 | SRC_URI = "http://quitte.de/dsp/${PN}_${PV}.tar.bz2 \ |
| 7 | http://quitte.de/dsp/${PN}_${PV}.tar.bz2 \ | 7 | file://Avoid-ambiguity-in-div-invocation.patch \ |
| 8 | file://Avoid-ambiguity-in-div-invocation.patch \ | 8 | file://0001-basic.h-Use-c99-supported-stdint-types.patch \ |
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | SRC_URI[md5sum] = "c1d634038dcb54702306c0e30cb1c626" | 11 | SRC_URI[md5sum] = "c1d634038dcb54702306c0e30cb1c626" |
| 12 | SRC_URI[sha256sum] = "f746feba57af316b159f0169de5d78b4fd1064c2c0c8017cb5856b2f22e83f20" | 12 | SRC_URI[sha256sum] = "f746feba57af316b159f0169de5d78b4fd1064c2c0c8017cb5856b2f22e83f20" |
