diff options
| -rw-r--r-- | meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa_2.0.0.bb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa_2.0.0.bb b/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa_2.0.0.bb index e261611afd..b513e959d3 100644 --- a/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa_2.0.0.bb +++ b/meta-multimedia/recipes-multimedia/tinyalsa/tinyalsa_2.0.0.bb | |||
| @@ -4,16 +4,15 @@ HOMEPAGE = "https://github.com/tinyalsa/tinyalsa" | |||
| 4 | SECTION = "libs/multimedia" | 4 | SECTION = "libs/multimedia" |
| 5 | 5 | ||
| 6 | LICENSE = "BSD-3-Clause" | 6 | LICENSE = "BSD-3-Clause" |
| 7 | LIC_FILES_CHKSUM = "file://NOTICE;md5=e04cd6fa58488e016f7fb648ebea1db4" | 7 | LIC_FILES_CHKSUM = "file://NOTICE;md5=d2918795d9185efcbf430b9ad5cda46d" |
| 8 | 8 | ||
| 9 | SRCREV = "1c5fb68ced57d838f2b7ecd0c00bc1fefc9ab60d" | 9 | PV .= "+git" |
| 10 | SRC_URI = "git://github.com/tinyalsa/tinyalsa;branch=master;protocol=https \ | 10 | SRCREV = "f78ed25aced2dfea743867b8205a787bfb091340" |
| 11 | file://0001-fixed-compilation-error-caused-by-strncpy.patch \ | 11 | SRC_URI = "git://github.com/tinyalsa/tinyalsa;branch=master;protocol=https" |
| 12 | " | ||
| 13 | 12 | ||
| 14 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 15 | 14 | ||
| 16 | inherit cmake | 15 | inherit meson |
| 17 | 16 | ||
| 18 | # tinyalsa is built as a static library. Enable PIC to avoid relocation | 17 | # tinyalsa is built as a static library. Enable PIC to avoid relocation |
| 19 | # errors like these: | 18 | # errors like these: |
