[oe] [PATCH 1/2] sox-native: Run oe-stylize.py

Noor Ahsan noor_ahsan at mentor.com
Tue Aug 17 14:22:29 UTC 2010


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

Signed-off-by: Noor Ahsan <noor_ahsan at mentor.com>
---
 recipes/sox/sox-native_13.0.0.bb |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/recipes/sox/sox-native_13.0.0.bb b/recipes/sox/sox-native_13.0.0.bb
index 9be0322..0dc90ca 100644
--- a/recipes/sox/sox-native_13.0.0.bb
+++ b/recipes/sox/sox-native_13.0.0.bb
@@ -7,13 +7,12 @@ inherit native
 do_patch() {
         true
 }
-
-do_stage() {
-	make bindir="${STAGING_BINDIR}" libdir="${STAGING_LIBDIR}" mandir="${STAGING_DIR_HOST}${layout_mandir}" includedir="${STAGING_INCDIR}" install
-	rm ${STAGING_BINDIR}/rec
-	ln -s ${STAGING_BINDIR}/play ${STAGING_BINDIR}/rec
-}
-
 do_install() {
         true
 }
+do_stage() {
+        make bindir="${STAGING_BINDIR}" libdir="${STAGING_LIBDIR}" mandir="${STAGING_DIR_HOST}${layout_mandir}" includedir="${STAGING_INCDIR}" install
+        rm ${STAGING_BINDIR}/rec
+        ln -s ${STAGING_BINDIR}/play ${STAGING_BINDIR}/rec
+}
+
-- 
1.6.3.3





More information about the Openembedded-devel mailing list