summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libsndfile/libsndfile1_1.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/libsndfile/libsndfile1_1.1.0.bb')
-rw-r--r--meta/recipes-multimedia/libsndfile/libsndfile1_1.1.0.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/libsndfile/libsndfile1_1.1.0.bb b/meta/recipes-multimedia/libsndfile/libsndfile1_1.1.0.bb
index 70626b3c16..1f1a40160d 100644
--- a/meta/recipes-multimedia/libsndfile/libsndfile1_1.1.0.bb
+++ b/meta/recipes-multimedia/libsndfile/libsndfile1_1.1.0.bb
@@ -8,10 +8,10 @@ DEPENDS = "flac libogg libvorbis"
8SECTION = "libs/multimedia" 8SECTION = "libs/multimedia"
9LICENSE = "LGPL-2.1-only" 9LICENSE = "LGPL-2.1-only"
10 10
11SRC_URI = "https://github.com/libsndfile/libsndfile/releases/download/${PV}/libsndfile-${PV}.tar.xz \ 11SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/libsndfile-${PV}.tar.xz \
12 file://noopus.patch \ 12 file://noopus.patch \
13 " 13 "
14UPSTREAM_CHECK_URI = "https://github.com/libsndfile/libsndfile/releases/" 14GITHUB_BASE_URI = "https://github.com/libsndfile/libsndfile/releases/"
15 15
16SRC_URI[sha256sum] = "0f98e101c0f7c850a71225fb5feaf33b106227b3d331333ddc9bacee190bcf41" 16SRC_URI[sha256sum] = "0f98e101c0f7c850a71225fb5feaf33b106227b3d331333ddc9bacee190bcf41"
17 17
@@ -25,7 +25,7 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa', d)}"
25PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib" 25PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib"
26PACKAGECONFIG[regtest] = "--enable-sqlite,--disable-sqlite,sqlite3" 26PACKAGECONFIG[regtest] = "--enable-sqlite,--disable-sqlite,sqlite3"
27 27
28inherit autotools lib_package pkgconfig multilib_header 28inherit autotools lib_package pkgconfig multilib_header github-releases
29 29
30do_install:append() { 30do_install:append() {
31 oe_multilib_header sndfile.h 31 oe_multilib_header sndfile.h