summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-graphics
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-08-23 17:25:56 -0600
committerMark Hatle <mark.hatle@amd.com>2023-08-24 16:04:25 -0600
commitb1282b1f25a1431b06f0511591bfcd5321159f3d (patch)
tree938c814211a165aaaee38225005ae3ba71fb8fb3 /meta-xilinx-core/recipes-graphics
parent58141801bafd1812a7a6a37cac3a16c4784cc9a0 (diff)
downloadmeta-xilinx-b1282b1f25a1431b06f0511591bfcd5321159f3d.tar.gz
xserver_xorg: Fix rules file naming
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-graphics')
-rw-r--r--meta-xilinx-core/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend b/meta-xilinx-core/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend
index a9973eff..95168206 100644
--- a/meta-xilinx-core/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend
+++ b/meta-xilinx-core/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend
@@ -15,7 +15,7 @@ do_install:append() {
15 install -m 0755 ${WORKDIR}/monitor-hotplug.sh ${D}${bindir} 15 install -m 0755 ${WORKDIR}/monitor-hotplug.sh ${D}${bindir}
16 16
17 install -d ${D}${sysconfdir}/udev/rules.d 17 install -d ${D}${sysconfdir}/udev/rules.d
18 install -m 0644 ${WORKDIR}/99-monitor-hotplug.rules ${D}${sysconfdir}/udev/rules.d/local.rules 18 install -m 0644 ${WORKDIR}/99-monitor-hotplug.rules ${D}${sysconfdir}/udev/rules.d/99-monitor-hotplug.rules
19} 19}
20 20
21FILES:${PN} += "${sysconfdir}/udev/rules.d/*" 21FILES:${PN} += "${sysconfdir}/udev/rules.d/*"