summaryrefslogtreecommitdiff
path: root/recipes-core/base-files/base-files_3.0.14.bbappend
blob: f52cb855ccfbd4552b17ba565e6d04f2faf43d07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
FILESEXTRAPATHS_prepend := "${THISDIR}/base-files:"

SRC_URI += " \
    file://disable_systemd_coloroutput.sh \
    file://x11-display-var.sh \
    file://wayland-env.sh \
"

do_install_append () {
    install -m 0755 -d ${D}${sysconfdir}/profile.d
    install -m 0644 ${WORKDIR}/disable_systemd_coloroutput.sh ${D}${sysconfdir}/profile.d/
    install -m 0644 ${WORKDIR}/x11-display-var.sh ${D}${sysconfdir}/profile.d/
    install -m 0644 ${WORKDIR}/wayland-env.sh ${D}${sysconfdir}/profile.d/
}

BASEFILESISSUEINSTALL = ""