mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +00:00
umip: fix EXTRA_OECONF and add RRECOMMENDS
* fix EXTRA_OE_CONF -> EXTRA_OECONF * add RRECOMMENDS on kernel modules Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
cb375270e8
commit
221ebebd4a
@@ -17,7 +17,8 @@ SRC_URI = "git://git.umip.org/umip.git \
|
|||||||
SRCREV = "428974c2d0d8e75a2750a3ab0488708c5dfdd8e3"
|
SRCREV = "428974c2d0d8e75a2750a3ab0488708c5dfdd8e3"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
EXTRA_OE_CONF = "--enable-vt"
|
|
||||||
|
EXTRA_OECONF = "--enable-vt"
|
||||||
|
|
||||||
inherit autotools-brokensep systemd update-rc.d
|
inherit autotools-brokensep systemd update-rc.d
|
||||||
|
|
||||||
@@ -34,3 +35,5 @@ do_install_append() {
|
|||||||
-e 's,@SBINDIR@,${sbindir},g' \
|
-e 's,@SBINDIR@,${sbindir},g' \
|
||||||
${D}${systemd_system_unitdir}/mip6d.service
|
${D}${systemd_system_unitdir}/mip6d.service
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RRECOMMENDS_${PN} = "kernel-module-mip6 kernel-module-ipv6"
|
||||||
|
|||||||
Reference in New Issue
Block a user