mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +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:
@@ -20,6 +20,8 @@ inherit perlnative
|
|||||||
|
|
||||||
export enable_static="no"
|
export enable_static="no"
|
||||||
|
|
||||||
|
export PERL_USE_UNSAFE_INC = "1"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
sed -i -e s:/usr/include:${STAGING_INCDIR}:g util/av7110_loadkeys/generate-keynames.sh
|
sed -i -e s:/usr/include:${STAGING_INCDIR}:g util/av7110_loadkeys/generate-keynames.sh
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user