Revert "meta-digi-dey: add desktop shortcut for camera demo app"
This demo app is very generic and does not play well with FSL gstreamer
plugin, so using it just crashes in different ways (doing a camera zoom,
recording a video, etc)
This reverts commit 2776dcd654.
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
8b93981e40
commit
9248b31956
|
|
@ -3,8 +3,6 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
||||
|
||||
SRC_URI += " \
|
||||
file://qmlcamera.desktop \
|
||||
file://qmlcamera.png \
|
||||
file://qmlvideo.desktop \
|
||||
file://qmlvideo.png \
|
||||
"
|
||||
|
|
@ -13,10 +11,6 @@ do_install_append () {
|
|||
# Fix path for OpenGLES example
|
||||
sed -i -e '/Exec/{s,hellogl_es2,hellogl2,g}' ${D}${datadir}/applications/hellogl_es2.desktop
|
||||
|
||||
# Add qmlcamera shortcut
|
||||
install -m 0644 ${WORKDIR}/qmlcamera.desktop ${D}${datadir}/applications/
|
||||
install -m 0644 ${WORKDIR}/qmlcamera.png ${D}${datadir}/pixmaps/
|
||||
|
||||
# Add qmlvideo shortcut
|
||||
install -m 0644 ${WORKDIR}/qmlvideo.desktop ${D}${datadir}/applications/
|
||||
install -m 0644 ${WORKDIR}/qmlvideo.png ${D}${datadir}/pixmaps/
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Name=Qt5 Camera
|
||||
Exec=/bin/sh -c "cd /usr/share/qt5/examples/multimedia/declarative-camera; ./declarative-camera"
|
||||
Icon=qmlcamera
|
||||
Terminal=false
|
||||
Type=Application
|
||||
X-MB-SingleInstance=true
|
||||
Comment=Qt5 Qml Camera demo application
|
||||
StartupNotify=false
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.2 KiB |
Loading…
Reference in New Issue