diff options
author | John Klug <john.klug@multitech.com> | 2021-11-04 03:00:31 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2021-12-29 07:15:41 -0600 |
commit | 8e96d8272e17b528d332e01eabd41dc939725597 (patch) | |
tree | 866a1a280da6564c2b8f9569ac2c9f0035d553a8 /recipes-core/udev/eudev_%.bbappend | |
parent | 062cc2012a4eac3ccf40e96b478d304937e32dba (diff) | |
download | meta-mlinux-8e96d8272e17b528d332e01eabd41dc939725597.tar.gz meta-mlinux-8e96d8272e17b528d332e01eabd41dc939725597.tar.bz2 meta-mlinux-8e96d8272e17b528d332e01eabd41dc939725597.zip |
Remove error with obsolete feature hotplug
Diffstat (limited to 'recipes-core/udev/eudev_%.bbappend')
-rw-r--r-- | recipes-core/udev/eudev_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/udev/eudev_%.bbappend b/recipes-core/udev/eudev_%.bbappend index 364288e..f669a76 100644 --- a/recipes-core/udev/eudev_%.bbappend +++ b/recipes-core/udev/eudev_%.bbappend @@ -1,7 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" RDEPENDS_${PN} += "bash" -PR .= ".mlinux7" +PR .= ".mlinux8" # add custom rules for persistent modem device names SRC_URI += "file://cellular_radios.rules \ |