meta-digi-dey: add fsl-gui-extrafiles package

This packages was removed from 'meta-fsl-demos' and it's needed in our
graphical image, so for the moment add it to meta-digi-dey layer.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2014-04-04 13:39:18 +02:00
parent be2bf5df10
commit f7512c6d94
10 changed files with 69 additions and 0 deletions

View File

@ -0,0 +1,32 @@
# Copyright (C) 2012-2013 Freescale Semiconductor
DESCRIPTION = "Extra files for fsl-gui-image"
LICENSE = "LGPLv2"
PR = "r6"
S="${WORKDIR}"
LIC_FILES_CHKSUM = "file://LICENSE;md5=dfb0b24e10ca72d739b14d769d91cf9b"
SRC_URI += "file://qtbrowser.desktop \
file://webkit.png \
file://qtmediaplayer.desktop \
file://qtmediaplayer.png \
file://qtdemo.desktop \
file://qtdemo.png \
file://qthellogles2.desktop \
file://hellogl_es2.png \
file://LICENSE"
inherit allarch
do_install () {
install -d ${D}/${datadir}/pixmaps
install -d ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/webkit.png ${D}/${datadir}/pixmaps
install -m 0644 ${WORKDIR}/qtbrowser.desktop ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/qtmediaplayer.png ${D}/${datadir}/pixmaps
install -m 0644 ${WORKDIR}/qtmediaplayer.desktop ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/qtdemo.png ${D}/${datadir}/pixmaps
install -m 0644 ${WORKDIR}/qtdemo.desktop ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/hellogl_es2.png ${D}/${datadir}/pixmaps
install -m 0644 ${WORKDIR}/qthellogles2.desktop ${D}/${datadir}/applications
}

View File

@ -0,0 +1 @@
All content inside fsl-gui-extrafiles package are distributed under GPLv2 license

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Name=QT Browser
Exec=/usr/bin/qt4/demos/browser/browser
Icon=webkit
Terminal=false
Type=Application
X-MB-SingleInstance=true
Comment=Qt Browser
StartupNotify=false

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Name=QT Demo Launcher
Exec=/usr/bin/qtdemo
Icon=qtdemo
Terminal=false
Type=Application
X-MB-SingleInstance=true
Comment=Qt Demo Launcher
StartupNotify=false

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Name=QT OpenGL ES2 Hello World
Exec=/usr/bin/qt4/examples/opengl/hellogl_es2/hellogl_es2
Icon=hellogl_es2
Terminal=false
Type=Application
X-MB-SingleInstance=true
Comment=QT OpenGL ES2 Hello World
StartupNotify=false

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Name=QT Media Player
Exec=/usr/bin/qt4/demos/qmediaplayer/qmediaplayer
Icon=qtmediaplayer
Terminal=false
Type=Application
X-MB-SingleInstance=true
Comment=Qt Media Player
StartupNotify=false

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB