summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.3.10.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.3.10.bb b/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.3.10.bb
index f7e1518f2c..91f86659f7 100644
--- a/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.3.10.bb
+++ b/meta-networking/recipes-connectivity/miniupnpd/miniupnpd_2.3.10.bb
@@ -5,7 +5,7 @@ the network."
5 5
6SECTION = "networking" 6SECTION = "networking"
7LICENSE = "BSD-3-Clause" 7LICENSE = "BSD-3-Clause"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=a1ed15843ce66639bcf9f109cf247870" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=9526418307cb153aee96a4f9b33bd1c7"
9 9
10inherit gettext pkgconfig systemd 10inherit gettext pkgconfig systemd
11 11
@@ -26,6 +26,7 @@ EXTRA_OEMAKE = "-f Makefile.linux"
26 26
27do_configure() { 27do_configure() {
28 echo "${@d.getVar('DISTRO_VERSION')}" > ${S}/os.openembedded 28 echo "${@d.getVar('DISTRO_VERSION')}" > ${S}/os.openembedded
29 ./configure
29 CONFIG_OPTIONS="--leasefile --vendorcfg ${PACKAGECONFIG_CONFARGS}" oe_runmake --always-make config.h 30 CONFIG_OPTIONS="--leasefile --vendorcfg ${PACKAGECONFIG_CONFARGS}" oe_runmake --always-make config.h
30} 31}
31 32