[oe-commits] Simon Busch : aurora: make it suitable for the latest version and bump PR/ SRCREV

git version control git at git.openembedded.org
Thu Jun 2 20:01:30 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: bad11dc46b9fce4253413eca3d14520f516392bb
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=bad11dc46b9fce4253413eca3d14520f516392bb

Author: Simon Busch <morphis at gravedo.de>
Date:   Tue May 31 20:16:29 2011 +0200

aurora: make it suitable for the latest version and bump PR/SRCREV

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

 recipes/freesmartphone/aurora_git.bb |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/recipes/freesmartphone/aurora_git.bb b/recipes/freesmartphone/aurora_git.bb
index 65f996b..a120835 100644
--- a/recipes/freesmartphone/aurora_git.bb
+++ b/recipes/freesmartphone/aurora_git.bb
@@ -4,9 +4,9 @@ AUTHOR = "Simon Busch <morphis at gravedo.de>"
 HOMEPAGE = "http://www.freesmartphone.org"
 SECTION = "fso"
 LICENSE = "GPLv2"
-SRCREV = "26811e215c322d1aeb2cf04d083960a2abe774cb"
+SRCREV = "fcd4e097beca8fcedeb4acbf68fd2078b7901f77"
 PV = "0.1.0+gitr${SRCPV}"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "\
   ${FREESMARTPHONE_GIT}/aurora.git;protocol=git;branch=master \
@@ -38,5 +38,8 @@ do_install_append() {
 }
 
 PACKAGES = "${PN}-dbg ${PN}"
-FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/aurora/.debug"
-FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/aurora"
+FILES_${PN}-dbg += "${libdir}/qt4/imports/Aurora/*/.debug"
+FILES_${PN} += " \
+  ${PYTHON_SITEPACKAGES_DIR}/aurora \
+  ${libdir}/qt4/imports/Aurora \
+"





More information about the Openembedded-commits mailing list