diff options
Diffstat (limited to 'meta-multimedia/recipes-multimedia/minidlna/minidlna.inc')
-rw-r--r-- | meta-multimedia/recipes-multimedia/minidlna/minidlna.inc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-multimedia/recipes-multimedia/minidlna/minidlna.inc b/meta-multimedia/recipes-multimedia/minidlna/minidlna.inc index aabf81dce0..cb2a1865e8 100644 --- a/meta-multimedia/recipes-multimedia/minidlna/minidlna.inc +++ b/meta-multimedia/recipes-multimedia/minidlna/minidlna.inc | |||
@@ -11,17 +11,19 @@ inherit gettext autotools-brokensep update-rc.d systemd | |||
11 | SRC_URI = "git://git.code.sf.net/p/minidlna/git;branch=master;module=git \ | 11 | SRC_URI = "git://git.code.sf.net/p/minidlna/git;branch=master;module=git \ |
12 | file://minidlna-daemon.init.d \ | 12 | file://minidlna-daemon.init.d \ |
13 | file://minidlna.service \ | 13 | file://minidlna.service \ |
14 | file://0001-Update-Gettext-version.patch \ | ||
15 | file://0001-configure-Check-for-clock_gettime-seprately-from-__N.patch \ | 14 | file://0001-configure-Check-for-clock_gettime-seprately-from-__N.patch \ |
16 | file://0001-configure.ac-drop-non-standard-checks.patch \ | 15 | file://0001-Add-compatibility-with-FFMPEG-7.0.patch \ |
17 | " | 16 | " |
18 | 17 | ||
19 | S = "${WORKDIR}/git" | ||
20 | 18 | ||
21 | # This remove "--exclude=autopoint" option from autoreconf argument to avoid | 19 | # This remove "--exclude=autopoint" option from autoreconf argument to avoid |
22 | # configure.ac:30: error: required file './ABOUT-NLS' not found | 20 | # configure.ac:30: error: required file './ABOUT-NLS' not found |
23 | EXTRA_AUTORECONF = "" | 21 | EXTRA_AUTORECONF = "" |
24 | 22 | ||
23 | # Reproducibility: force os-name and os-version to constants to avoid host | ||
24 | # related build differences | ||
25 | EXTRA_OECONF = "--with-os-name='${DISTRO_NAME}' --with-os-version=''" | ||
26 | |||
25 | do_install:append(){ | 27 | do_install:append(){ |
26 | install -d ${D}${sysconfdir} | 28 | install -d ${D}${sysconfdir} |
27 | install -m 0755 minidlna.conf ${D}${sysconfdir} | 29 | install -m 0755 minidlna.conf ${D}${sysconfdir} |