[oe-commits] Martin Jansa : litephone: bump PR and fix QA issues

git version control git at git.openembedded.org
Fri Feb 25 12:30:12 UTC 2011


Module: openembedded.git
Branch: master
Commit: 91ab1600f36987b11aa31417fed11e6769b034ee
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=91ab1600f36987b11aa31417fed11e6769b034ee

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Feb 25 13:28:26 2011 +0100

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 at gmail.com>

---

 .../{files => litephone}/litephone.desktop         |    2 +-
 recipes/litephone/litephone_git.bb                 |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

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 f58bc58..a21f20f 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 4fc5441..4e640a6 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"





More information about the Openembedded-commits mailing list