mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
wireguard-module: remove PKG assignment
* it's not clear why it was added in first place and it's causing issues since: "package: get_package_mapping: avoid dependency mapping if renamed package provides original name" commit in oe-core as discussed in: https://lists.openembedded.org/g/openembedded-core/message/143672 https://github.com/openembedded/meta-openembedded/issues/285 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
bf527522e0
commit
304f660f88
|
|
@ -21,13 +21,6 @@ MAKE_TARGETS = "module"
|
|||
RRECOMMENDS_${PN} = "kernel-module-xt-hashlimit"
|
||||
MODULE_NAME = "wireguard"
|
||||
|
||||
# Kernel module packages MUST begin with 'kernel-module-', otherwise
|
||||
# multilib image generation can fail.
|
||||
#
|
||||
# The following line is only necessary if the recipe name does not begin
|
||||
# with kernel-module-.
|
||||
PKG_${PN} = "kernel-module-${MODULE_NAME}"
|
||||
|
||||
module_do_install() {
|
||||
install -d ${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/kernel/${MODULE_NAME}
|
||||
install -m 0644 ${MODULE_NAME}.ko \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user