diff options
author | John Klug <john.klug@multitech.com> | 2017-08-16 16:01:13 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-08-16 16:01:13 -0500 |
commit | 41b0a8e202a1ed05bdf061eb33d0bf3c18d61106 (patch) | |
tree | d7b0e0bb538e8b73d151ee2a15b3b1180a6f8773 /recipes-core/udev/udev-extraconf_%.bbappend | |
parent | 82766143f4e215475517dc7d28e44d0363f58828 (diff) | |
download | meta-mlinux-41b0a8e202a1ed05bdf061eb33d0bf3c18d61106.tar.gz meta-mlinux-41b0a8e202a1ed05bdf061eb33d0bf3c18d61106.tar.bz2 meta-mlinux-41b0a8e202a1ed05bdf061eb33d0bf3c18d61106.zip |
Upward compatibility for udev and /media
Diffstat (limited to 'recipes-core/udev/udev-extraconf_%.bbappend')
-rw-r--r-- | recipes-core/udev/udev-extraconf_%.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/udev/udev-extraconf_%.bbappend b/recipes-core/udev/udev-extraconf_%.bbappend index 6d4804d..708a07c 100644 --- a/recipes-core/udev/udev-extraconf_%.bbappend +++ b/recipes-core/udev/udev-extraconf_%.bbappend @@ -1,2 +1,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +PR = "m1" + +SRC_URI += "file://mount.patch" |