mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 22:16:00 +00:00
dvb-apps: Allow insecure inc paths
Latest perl have switched the default to not allow the unsafe include paths like current dir (.), but dvb-apps depend on this behaviour Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
parent
a5b12fd94c
commit
e0c11d2ca4
@ -20,6 +20,8 @@ inherit perlnative
|
||||
|
||||
export enable_static="no"
|
||||
|
||||
export PERL_USE_UNSAFE_INC = "1"
|
||||
|
||||
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