diff options
Diffstat (limited to 'meta/recipes-multimedia/libsndfile/libsndfile1_1.1.0.bb')
-rw-r--r-- | meta/recipes-multimedia/libsndfile/libsndfile1_1.1.0.bb | 6 |
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" | |||
8 | SECTION = "libs/multimedia" | 8 | SECTION = "libs/multimedia" |
9 | LICENSE = "LGPL-2.1-only" | 9 | LICENSE = "LGPL-2.1-only" |
10 | 10 | ||
11 | SRC_URI = "https://github.com/libsndfile/libsndfile/releases/download/${PV}/libsndfile-${PV}.tar.xz \ | 11 | SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/libsndfile-${PV}.tar.xz \ |
12 | file://noopus.patch \ | 12 | file://noopus.patch \ |
13 | " | 13 | " |
14 | UPSTREAM_CHECK_URI = "https://github.com/libsndfile/libsndfile/releases/" | 14 | GITHUB_BASE_URI = "https://github.com/libsndfile/libsndfile/releases/" |
15 | 15 | ||
16 | SRC_URI[sha256sum] = "0f98e101c0f7c850a71225fb5feaf33b106227b3d331333ddc9bacee190bcf41" | 16 | SRC_URI[sha256sum] = "0f98e101c0f7c850a71225fb5feaf33b106227b3d331333ddc9bacee190bcf41" |
17 | 17 | ||
@@ -25,7 +25,7 @@ PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa', d)}" | |||
25 | PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib" | 25 | PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib" |
26 | PACKAGECONFIG[regtest] = "--enable-sqlite,--disable-sqlite,sqlite3" | 26 | PACKAGECONFIG[regtest] = "--enable-sqlite,--disable-sqlite,sqlite3" |
27 | 27 | ||
28 | inherit autotools lib_package pkgconfig multilib_header | 28 | inherit autotools lib_package pkgconfig multilib_header github-releases |
29 | 29 | ||
30 | do_install:append() { | 30 | do_install:append() { |
31 | oe_multilib_header sndfile.h | 31 | oe_multilib_header sndfile.h |