mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-18 18:24:27 +00:00
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:
parent
1a289f7ae1
commit
35bc2ca717
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user