diff --git a/meta-digi-dey/recipes-qt/demo-extrafiles/qt5-demo-extrafiles.bbappend b/meta-digi-dey/recipes-qt/demo-extrafiles/qt5-demo-extrafiles.bbappend index 01bdef4c2..1709250bd 100644 --- a/meta-digi-dey/recipes-qt/demo-extrafiles/qt5-demo-extrafiles.bbappend +++ b/meta-digi-dey/recipes-qt/demo-extrafiles/qt5-demo-extrafiles.bbappend @@ -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/ diff --git a/meta-digi-dey/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qmlcamera.desktop b/meta-digi-dey/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qmlcamera.desktop deleted file mode 100644 index 33104c2a5..000000000 --- a/meta-digi-dey/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qmlcamera.desktop +++ /dev/null @@ -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 diff --git a/meta-digi-dey/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qmlcamera.png b/meta-digi-dey/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qmlcamera.png deleted file mode 100644 index cc67fa86c..000000000 Binary files a/meta-digi-dey/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/qmlcamera.png and /dev/null differ