From: Martin Jansa <martin.ja...@gmail.com>

* 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.ja...@gmail.com>
Signed-off-by: Khem Raj <raj.k...@gmail.com>
(cherry picked from commit 304f660f880bdf7dd5c51695875ab0a73aaed8b2)
Signed-off-by: Armin Kuster <akuster...@gmail.com>
---
 .../wireguard/wireguard-module_1.0.20200908.bb             | 7 -------
 1 file changed, 7 deletions(-)

diff --git 
a/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20200908.bb 
b/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20200908.bb
index 4e3f3deca3..20fa533455 100644
--- a/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20200908.bb
+++ b/meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20200908.bb
@@ -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 \
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#89526): 
https://lists.openembedded.org/g/openembedded-devel/message/89526
Mute This Topic: https://lists.openembedded.org/mt/80644855/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to