mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
libsndfile1: disable use of sqlite3 by default
sqlite3 is only used by the regression testing tool, which is of limited use unless you're the developer of libsndfile. Add a PACKAGECONFIG for this, but disable by default. (From OE-Core rev: 5f01497dee9fcd5e5fc6bddb061b6cc55909fe65) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2a6094ca8c
commit
49f3519181
@@ -1,7 +1,7 @@
|
|||||||
SUMMARY = "Audio format Conversion library"
|
SUMMARY = "Audio format Conversion library"
|
||||||
HOMEPAGE = "http://www.mega-nerd.com/libsndfile"
|
HOMEPAGE = "http://www.mega-nerd.com/libsndfile"
|
||||||
AUTHOR = "Erik de Castro Lopo"
|
AUTHOR = "Erik de Castro Lopo"
|
||||||
DEPENDS = "flac libogg libvorbis sqlite3"
|
DEPENDS = "flac libogg libvorbis"
|
||||||
SECTION = "libs/multimedia"
|
SECTION = "libs/multimedia"
|
||||||
LICENSE = "LGPLv2.1"
|
LICENSE = "LGPLv2.1"
|
||||||
|
|
||||||
@@ -30,6 +30,7 @@ S = "${WORKDIR}/libsndfile-${PV}"
|
|||||||
|
|
||||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa', d)}"
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa', d)}"
|
||||||
PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib"
|
PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib"
|
||||||
|
PACKAGECONFIG[regtest] = "--enable-sqlite,--disable-sqlite,sqlite3"
|
||||||
|
|
||||||
inherit autotools lib_package pkgconfig
|
inherit autotools lib_package pkgconfig
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user