mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
xserver-kdrive-common: Add in support for shbg files, shell scripts to be started in the background
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5072 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -26,6 +26,9 @@ for SESSIONFILE in $SYSSESSIONDIR/*; do
|
|||||||
*.sh)
|
*.sh)
|
||||||
. "$SESSIONFILE"
|
. "$SESSIONFILE"
|
||||||
;;
|
;;
|
||||||
|
*.shbg)
|
||||||
|
"$SESSIONFILE" &
|
||||||
|
;;
|
||||||
*~)
|
*~)
|
||||||
# Ignore backup files
|
# Ignore backup files
|
||||||
;;
|
;;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts"
|
|||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
SECTION = "x11"
|
SECTION = "x11"
|
||||||
RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit formfactor"
|
RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit formfactor"
|
||||||
PR = "r31"
|
PR = "r32"
|
||||||
|
|
||||||
SRC_URI = "file://etc"
|
SRC_URI = "file://etc"
|
||||||
S = ${WORKDIR}
|
S = ${WORKDIR}
|
||||||
|
|||||||
Reference in New Issue
Block a user