summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxde-common/lxde-common_0.5.5.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-lxde/lxde-common/lxde-common_0.5.5.bbappend')
-rw-r--r--recipes-lxde/lxde-common/lxde-common_0.5.5.bbappend8
1 files changed, 2 insertions, 6 deletions
diff --git a/recipes-lxde/lxde-common/lxde-common_0.5.5.bbappend b/recipes-lxde/lxde-common/lxde-common_0.5.5.bbappend
index 0e64dcf..843a7c7 100644
--- a/recipes-lxde/lxde-common/lxde-common_0.5.5.bbappend
+++ b/recipes-lxde/lxde-common/lxde-common_0.5.5.bbappend
@@ -9,14 +9,12 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
PACKAGE_ARCH = "${MACHINE_ARCH}"
SRC_URI += " \
- file://autostart.patch \
file://consistent_defconfig_dirs.patch \
file://Wallpaper_Toradex.png \
file://${WALLPAPER-MACHINE} \
file://wallpaper.patch \
file://desktop.conf \
file://defaults.list \
- file://hdmiaudio.sh \
file://panel-buttons.patch \
"
@@ -33,14 +31,12 @@ SRC_URI_append_mx6 += " \
do_install_append () {
install -m 0755 -d ${D}/${datadir}/lxde/wallpapers
- install -m 0644 ${WORKDIR}/Wallpaper*.png ${D}/${datadir}/lxde/wallpapers/
+ install -m 0644 ${WORKDIR}/Wallpaper*.png ${D}/${datadir}/lxde/wallpapers/
ln -sf ${WALLPAPER-MACHINE} ${D}/${datadir}/lxde/wallpapers/toradex.png
rm ${D}/etc/xdg/lxsession/LXDE/desktop.conf
install -m 0644 ${WORKDIR}/desktop.conf ${D}/etc/xdg/lxsession/LXDE/
install -m 0755 -d ${D}/${datadir}/applications/
- install -m 0644 ${WORKDIR}/defaults.list ${D}/${datadir}/applications/
- install -m 0755 -d ${D}/${bindir}
- install -m 0755 ${WORKDIR}/hdmiaudio.sh ${D}/${bindir}/
+ install -m 0644 ${WORKDIR}/defaults.list ${D}/${datadir}/applications/
}
pkg_postinst_${PN}_vf () {