summaryrefslogtreecommitdiff
path: root/recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb')
-rw-r--r--recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb b/recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb
deleted file mode 100644
index 3e81a4e..0000000
--- a/recipes-bsp/lvds-ctrl/lvds-ctrl_1.0.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-SUMMARY = "Scripts to enable the LVDS converter on Apalis T30"
-LICENSE = "PD"
-
-SRC_URI = " \
- file://lvds-dual-channel.sh \
- file://lvds-single-channel.sh \
- file://lvds-single-channel-24bit-mode2.sh \
- file://COPYING \
-"
-
-LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING;md5=1c3a7fb45253c11c74434676d84fe7dd"
-
-do_install () {
- install -d ${D}/${bindir}
- install -m 0755 ${WORKDIR}/*.sh ${D}/${bindir}
-}
-
-pkg_postinst_ontarget_${PN}() {
- mkdir -p ${sysconfdir}/xdg/lxsession/LXDE
- echo "${bindir}/lvds-single-channel-24bit-mode2.sh" >> ${sysconfdir}/xdg/lxsession/LXDE/autostart
-}
-
-pkg_postrm_${PN}() {
- sed -i lvds-single-channel-24bit-mode2.sh/d ${sysconfdir}/xdg/lxsession/LXDE/autostart || true
-}