dvb-apps: Disable static libraries

It can be undesired linking to a static library
especially when static linking it disabled globally
so lets disable it always here

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2019-03-04 13:39:52 -08:00
parent 1a289f7ae1
commit 35bc2ca717

View File

@@ -19,6 +19,8 @@ S = "${WORKDIR}/${BPN}"
inherit perlnative
export enable_static="no"
do_configure() {
sed -i -e s:/usr/include:${STAGING_INCDIR}:g util/av7110_loadkeys/generate-keynames.sh
}