From 91ab1600f36987b11aa31417fed11e6769b034ee Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 25 Feb 2011 13:28:26 +0100 Subject: [PATCH] litephone: bump PR and fix QA issues * 459110a17e59594c4fd9183a5684413ffa1479dd added generate_qt_config_file task which is executed in empty workdir if builder is using rm_work * remove files subdir from SRC_URI and rename it for faster lookup Signed-off-by: Martin Jansa --- recipes/litephone/{files => litephone}/litephone.desktop | 2 +- recipes/litephone/litephone_git.bb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename recipes/litephone/{files => litephone}/litephone.desktop (83%) diff --git a/recipes/litephone/files/litephone.desktop b/recipes/litephone/litephone/litephone.desktop similarity index 83% rename from recipes/litephone/files/litephone.desktop rename to recipes/litephone/litephone/litephone.desktop index f58bc58da7..a21f20f61a 100644 --- a/recipes/litephone/files/litephone.desktop +++ b/recipes/litephone/litephone/litephone.desktop @@ -5,5 +5,5 @@ Exec=litephone Icon=litephone-mobile Terminal=false Type=Application -Categories=Applications; +Categories=Network;Telephony; StartupNotify=true diff --git a/recipes/litephone/litephone_git.bb b/recipes/litephone/litephone_git.bb index 4fc5441dc1..4e640a6006 100644 --- a/recipes/litephone/litephone_git.bb +++ b/recipes/litephone/litephone_git.bb @@ -2,10 +2,10 @@ require litephone.inc SRCREV = "4c9f16d9acc6cd18fc3f647b7e4f44a2d3bdd7b6" PV = "0.1+gitr${SRCPV}" -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" SRC_URI = "git://git.senfdax.de/git/litephone;protocol=http \ - file://files/litephone.desktop" + file://litephone.desktop" S = "${WORKDIR}/git/" @@ -19,7 +19,7 @@ do_install() { install -d ${D}/${datadir}/litephone/translations install ${S}/translations/*.qm ${D}/${datadir}/litephone/translations/ install -d ${D}/${datadir}/applications - install ${WORKDIR}/files/litephone.desktop ${D}/${datadir}/applications/ + install ${WORKDIR}/litephone.desktop ${D}/${datadir}/applications/ } FILES_${PN}-locale-pl-pl += "/usr/share/litephone/translations/litephone_pl.qm" -- 2.39.5