aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/litephone
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-02-25 13:28:26 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-02-25 13:28:30 +0100
commit91ab1600f36987b11aa31417fed11e6769b034ee (patch)
tree2b73062a1abeb15fdc8b7651ef9eff8320d9cb70 /recipes/litephone
parent47a8210e4a9a6987501cd37b046cbc320493356f (diff)
downloadopenembedded-91ab1600f36987b11aa31417fed11e6769b034ee.tar.gz
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/litephone')
-rw-r--r--recipes/litephone/litephone/litephone.desktop (renamed from recipes/litephone/files/litephone.desktop)2
-rw-r--r--recipes/litephone/litephone_git.bb6
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/litephone/files/litephone.desktop b/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"