diff options
Diffstat (limited to 'recipes-lxde/lxdm/lxdm_%.bbappend')
-rw-r--r-- | recipes-lxde/lxdm/lxdm_%.bbappend | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-lxde/lxdm/lxdm_%.bbappend b/recipes-lxde/lxdm/lxdm_%.bbappend new file mode 100644 index 0000000..4fc4051 --- /dev/null +++ b/recipes-lxde/lxdm/lxdm_%.bbappend @@ -0,0 +1,7 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/lxdm:" + +SRC_URI += " \ + file://logout-fixes.patch \ + file://root-autologin.patch \ + ${@bb.utils.contains("DISTRO_TYPE", "debug", "", "file://0001-lxdm.conf.in-blacklist-root-for-release-images.patch",d)} \ +" |