mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
crda: rdepends on wireless-regdb-static
The wireless-regdb has been moved to oe-core. According the commit
message:
wireless-regdb-static should be used with kernel >= 4.15.
wireless-regdb can be used with older kernels and is mostly
irrelevant here, but keeping it in meta-networking would
create needless recipe duplication.
it should replace runtime dependency wireless-regdb with
wireless-regdb-static.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit ac313b6380)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
d01033c79d
commit
4a69fd8817
@@ -35,4 +35,4 @@ do_install() {
|
||||
oe_runmake SBINDIR=${sbindir}/ install
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} = "udev wireless-regdb"
|
||||
RDEPENDS_${PN} = "udev wireless-regdb-static"
|
||||
|
||||
Reference in New Issue
Block a user