From: Holger Freyther Date: Tue, 11 Mar 2008 16:01:42 +0000 (+0000) Subject: Qtopia Phone X11: Fix packaging, install the .desktop files and the launcher script X-Git-Tag: Release-2010-05/1~7106^2^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=010801ea8f8b51e49a9474012d932b244566cfdd;p=openembedded.git Qtopia Phone X11: Fix packaging, install the .desktop files and the launcher script OE is complaining about the desktop files, on some parts it is right, on some wrong we will fix that tomorrow. --- diff --git a/packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb b/packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb index 0636409b35..21945c5011 100644 --- a/packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb +++ b/packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb @@ -101,7 +101,7 @@ do_install() { # Install freedesktop.org .desktop files for enlightenment install -d ${D}${datadir}/applications - for app in "${S}/apps-fdo"*; do + for app in "${S}/apps-fdo/"*; do for file in "$app"/*.desktop; do install -m 0644 $file ${D}${datadir}/applications/ done @@ -111,7 +111,7 @@ do_install() { # Make sure qpe gets launched by X install -d ${D}/${sysconfdir}/X11/Xsession.d - install -m 0755 ${WORKDIR}/Xsession.d/99qpe ${D}${sysconfdir}/X11/Xsession.d/ + install -m 0755 ${WORKDIR}/Xsession.d/99qtopia ${D}${sysconfdir}/X11/Xsession.d/ # Install some scripts install -d ${D}${bindir}