From ee02f0cdea6ddf51ee96738fa6890938f7a4d7ac Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Sat, 11 Nov 2017 09:12:38 -0800 Subject: [PATCH] gpu-viv-bin-mx6q: remove package --- packages/graphics/gpu-viv-bin-mx6q/package.mk | 64 ------------------- .../system.d/unbind-console.service | 11 ---- 2 files changed, 75 deletions(-) delete mode 100644 packages/graphics/gpu-viv-bin-mx6q/package.mk delete mode 100644 packages/graphics/gpu-viv-bin-mx6q/system.d/unbind-console.service diff --git a/packages/graphics/gpu-viv-bin-mx6q/package.mk b/packages/graphics/gpu-viv-bin-mx6q/package.mk deleted file mode 100644 index ff7c3cf308..0000000000 --- a/packages/graphics/gpu-viv-bin-mx6q/package.mk +++ /dev/null @@ -1,64 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) -# -# OpenELEC is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# OpenELEC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC. If not, see . -################################################################################ - -PKG_NAME="gpu-viv-bin-mx6q" -PKG_VERSION="3.10.17-1.0.2-hfp" -PKG_SHA256="fcf5cc1c2507d77b6ecaef6defd63fbd604be5a765f86922530cb423a595a592" -PKG_ARCH="arm" -PKG_LICENSE="nonfree" -PKG_SITE="http://www.freescale.com" -PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz" -PKG_DEPENDS_TARGET="toolchain gpu-viv-g2d" -PKG_SECTION="graphics" -PKG_SHORTDESC="gpu-viv-bin-mx6q: OpenGL-ES and VIVANTE driver for imx6q" -PKG_LONGDESC="gpu-viv-bin-mx6q: OpenGL-ES and VIVANTE driver for imx6q" -PKG_AUTORECONF="no" - -make_target() { - : # nothing to make -} - -makeinstall_target() { - mkdir -p $SYSROOT_PREFIX/usr/include - cp -PRv usr/include/* $SYSROOT_PREFIX/usr/include - - LIBS_COPY="usr/lib/libEGL-fb.so \ - usr/lib/libEGL.so* \ - usr/lib/libGLES_CL.so \ - usr/lib/libGLES_CM.so \ - usr/lib/libGLESv1_CL.so* \ - usr/lib/libGLESv1_CM.so* \ - usr/lib/libGLESv2-fb.so \ - usr/lib/libGLESv2.so* \ - usr/lib/libGLSLC.so* \ - usr/lib/libGAL-fb.so \ - usr/lib/libGAL.so* \ - usr/lib/libVIVANTE-fb.so \ - usr/lib/libVIVANTE.so* \ - usr/lib/libOpenCL.so" - - mkdir -p $SYSROOT_PREFIX/usr/lib - cp -PRv $LIBS_COPY $SYSROOT_PREFIX/usr/lib - - mkdir -p $INSTALL/usr/lib - cp -PRv $LIBS_COPY $INSTALL/usr/lib -} - -post_install() { - enable_service unbind-console.service -} diff --git a/packages/graphics/gpu-viv-bin-mx6q/system.d/unbind-console.service b/packages/graphics/gpu-viv-bin-mx6q/system.d/unbind-console.service deleted file mode 100644 index af5e5d44c4..0000000000 --- a/packages/graphics/gpu-viv-bin-mx6q/system.d/unbind-console.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=unbind Framebuffer console - -ConditionPathExists=/sys/class/vtconsole/vtcon1/bind - -[Service] -Type=oneshot -ExecStart=/bin/sh -c 'echo 0 > /sys/class/vtconsole/vtcon1/bind' - -[Install] -WantedBy=graphical.target