mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
libmtp: Always enable largefile support
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -25,12 +25,12 @@ inherit autotools pkgconfig lib_package
|
||||
|
||||
EXTRA_OECONF += " \
|
||||
--disable-rpath \
|
||||
--enable-largefile \
|
||||
--with-udev=${nonarch_base_libdir}/udev \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'largefile', d)}"
|
||||
PACKAGECONFIG ?= ""
|
||||
PACKAGECONFIG[doxygen] = "--enable-doxygen,--disable-doxygen,doxygen-native"
|
||||
PACKAGECONFIG[largefile] = "--enable-largefile,--disable-largefile"
|
||||
PACKAGECONFIG[mtpz] = "--enable-mtpz,--disable-mtpz,libgcrypt"
|
||||
|
||||
PACKAGES =+ "${BPN}-common ${BPN}-runtime"
|
||||
|
||||
Reference in New Issue
Block a user