[oe-commits] Noor Ahsan : sip-native: Run oe-stylize. py script on the recipe and modified the the recipe accordingly

git version control git at git.openembedded.org
Tue Sep 28 00:04:53 UTC 2010


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

Author: Noor Ahsan <noor_ahsan at mentor.com>
Date:   Sun Sep  5 21:12:06 2010 +0000

sip-native: Run oe-stylize.py script on the recipe and modified the the recipe accordingly

* Run the oe-stylize.py script on the recipe and modified the recipe according to the output of the script.

Signed-off-by: Noor Ahsan <noor_ahsan at mentor.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/sip/sip-native_4.7.9.bb |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/recipes/sip/sip-native_4.7.9.bb b/recipes/sip/sip-native_4.7.9.bb
index 0b025df..106c81e 100644
--- a/recipes/sip/sip-native_4.7.9.bb
+++ b/recipes/sip/sip-native_4.7.9.bb
@@ -1,35 +1,35 @@
 DESCRIPTION = "SIP is a C++/Python Wrapper Generator"
-SECTION = "devel"
-HOMEPAGE = "http://www.riverbankcomputing.co.uk/sip"
 AUTHOR = "Phil Thompson"
+HOMEPAGE = "http://www.riverbankcomputing.co.uk/sip"
+SECTION = "devel"
 PRIORITY = "optional"
 LICENSE = "GPL"
 PR = "ml0"
 
-DEFAULT_PREFERENCE = "-1"
-
 SRC_URI = "http://www.riverbankcomputing.co.uk/static/Downloads/sip4/sip-${PV}.tar.gz"
+SRC_URI[md5sum] = "597d7ff7edb42a18421c806ffd18a136"
+SRC_URI[sha256sum] = "7faaccb6f17296399051bd076a7f41e0f6d95a28eda3e30468f1bd7cf45898e1"
+
 S = "${WORKDIR}/sip-${PV}/sipgen"
 
 inherit qt4x11 native
 
+EXTRA_QMAKEVARS_POST += "DESTDIR=${S} CONFIG=console"
+
 export BUILD_SYS
 export HOST_SYS
 export STAGING_LIBDIR
 export STAGING_INCDIR
 
-EXTRA_QMAKEVARS_POST += "DESTDIR=${S} CONFIG=console"
-
 do_configure_prepend() {
-	cat sipgen.sbf | sed s,target,TARGET, | sed s,sources,SOURCES, | sed s,headers,HEADERS, > sipgen.pro
+        cat sipgen.sbf | sed s,target,TARGET, | sed s,sources,SOURCES, | sed s,headers,HEADERS, > sipgen.pro
 }
-
 do_stage() {
-	install -m 0755 sip ${STAGING_BINDIR_NATIVE}/sip
-	cd ${WORKDIR}/sip-${PV} && python configure.py
-	install -d ${STAGING_PYDIR}/site-packages
-	install -m 0755 sip*.py ${STAGING_PYDIR}/site-packages
+        install -m 0755 sip ${STAGING_BINDIR_NATIVE}/sip
+        cd ${WORKDIR}/sip-${PV} && python configure.py
+        install -d ${STAGING_PYDIR}/site-packages
+        install -m 0755 sip*.py ${STAGING_PYDIR}/site-packages
 }
 
-SRC_URI[md5sum] = "597d7ff7edb42a18421c806ffd18a136"
-SRC_URI[sha256sum] = "7faaccb6f17296399051bd076a7f41e0f6d95a28eda3e30468f1bd7cf45898e1"
+DEFAULT_PREFERENCE = "-1"
+





More information about the Openembedded-commits mailing list