[oe-commits] Simon Busch : aurora: update recipe for latest changes to aurora and bump PR

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


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

Author: Simon Busch <morphis at gravedo.de>
Date:   Wed May 25 07:05:33 2011 +0200

aurora: update recipe for latest changes to aurora and bump PR

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

---

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

diff --git a/recipes/freesmartphone/aurora_git.bb b/recipes/freesmartphone/aurora_git.bb
index 46a3ed6..65f996b 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 = "6db9e04728bd0434e6b79939ee18be43017afeef"
+SRCREV = "26811e215c322d1aeb2cf04d083960a2abe774cb"
 PV = "0.1.0+gitr${SRCPV}"
-PR = "r2"
+PR = "r4"
 
 SRC_URI = "\
   ${FREESMARTPHONE_GIT}/aurora.git;protocol=git;branch=master \
@@ -14,6 +14,8 @@ SRC_URI = "\
 "
 S = "${WORKDIR}/git/aurora"
 
+DEPENDS = "shiboken-native libshiboken python"
+
 RDEPENDS_${PN} = "\
   python-logging \
   python-textutils \
@@ -25,6 +27,8 @@ RDEPENDS_${PN} = "\
 
 inherit autotools python-dir update-rc.d
 
+EXTRA_OECONF_append = "--enable-qws-support"
+
 INITSCRIPT_NAME = "aurora-daemon"
 INITSCRIPT_PARAMS = "defaults 90"
 
@@ -33,5 +37,6 @@ do_install_append() {
   install -m 0755 ${WORKDIR}/${INITSCRIPT_NAME} ${D}${sysconfdir}/init.d/
 }
 
-PACKAGES = "${PN}"
+PACKAGES = "${PN}-dbg ${PN}"
+FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/aurora/.debug"
 FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/aurora"





More information about the Openembedded-commits mailing list