systemd: rename udev rule to conform with convention 47/9147/3
authorMatt Ranostay <matt.ranostay@konsulko.com>
Wed, 19 Apr 2017 20:57:33 +0000 (23:57 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 20 Apr 2017 09:26:22 +0000 (09:26 +0000)
udev rules should be prefixed with integer to signal order of
parsing

AGL-Bug: SPEC-539
Change-Id: I7b983ea5b6bd3b7d3b62c495f2698996ace03a56
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
meta-agl/recipes-core/systemd/systemd_%.bbappend

index a3213dc..0a6d604 100644 (file)
@@ -16,7 +16,7 @@ do_install_append() {
     install -m 644 -p -D ${WORKDIR}/e2fsck.conf ${D}${sysconfdir}/e2fsck.conf
 
     if ${@bb.utils.contains('DISTRO_FEATURES', 'automount', 'true', 'false', d)}; then
-        install -m 644 -p -D ${WORKDIR}/automount-rules ${D}${sysconfdir}/udev/rules.d/automount.rules
+        install -m 644 -p -D ${WORKDIR}/automount-rules ${D}${sysconfdir}/udev/rules.d/10-automount.rules
         install -m 755 -p -D ${WORKDIR}/mount.sh ${D}${sysconfdir}/udev/scripts/mount.sh
     fi