mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 16:43:51 +00:00
minidlna: fix reproducibility
Minidlna configuration puts os name & version in the binary which lead to non-reproducibility. Fix this by forcing those variables to constant values. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 51a400b736db3ab075b72f5115f790bb192197bb) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
0109f985b6
commit
5a5f7d30b8
@ -21,6 +21,10 @@ S = "${WORKDIR}/git"
|
||||
# configure.ac:30: error: required file './ABOUT-NLS' not found
|
||||
EXTRA_AUTORECONF = ""
|
||||
|
||||
# Reproducibility: force os-name and os-version to constants to avoid host
|
||||
# related build differences
|
||||
EXTRA_OECONF = "--with-os-name='${DISTRO_NAME}' --with-os-version=''"
|
||||
|
||||
do_install:append(){
|
||||
install -d ${D}${sysconfdir}
|
||||
install -m 0755 minidlna.conf ${D}${sysconfdir}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user