[oe-commits] Frans Meulenbroeks : cdparanoia: removed legacy style staging from old recipes

git version control git at git.openembedded.org
Sun Aug 1 17:57:44 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: aa9c0c455fd36214f4b82cb1bd0e620e632389b0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=aa9c0c455fd36214f4b82cb1bd0e620e632389b0

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sun Aug  1 19:56:18 2010 +0200

cdparanoia: removed legacy style staging from old recipes

wish the person who converted the leading recipe also had taken the time
to convert the older ones while being at it.

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/cdparanoia/cdparanoia_10.2.bb     |    9 ---------
 recipes/cdparanoia/cdparanoia_9.8alpha.bb |    8 --------
 2 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/recipes/cdparanoia/cdparanoia_10.2.bb b/recipes/cdparanoia/cdparanoia_10.2.bb
index 1817195..2e6648c 100644
--- a/recipes/cdparanoia/cdparanoia_10.2.bb
+++ b/recipes/cdparanoia/cdparanoia_10.2.bb
@@ -22,14 +22,5 @@ do_install() {
                    INCLUDEDIR="${D}/usr/include/" LIBDIR="${D}/usr/lib" install
 }
 
-do_stage() {
-        install -d ${STAGING_INCDIR} ${STAGING_LIBDIR}
-        install -m 0644 paranoia/cdda_paranoia.h ${STAGING_INCDIR}
-        install -m 0644 interface/cdda_interface.h ${STAGING_INCDIR}
-        oe_libinstall -C interface libcdda_interface ${STAGING_LIBDIR}
-        oe_libinstall -C paranoia libcdda_paranoia ${STAGING_LIBDIR}
-}
-
-
 SRC_URI[md5sum] = "b304bbe8ab63373924a744eac9ebc652"
 SRC_URI[sha256sum] = "005db45ef4ee017f5c32ec124f913a0546e77014266c6a1c50df902a55fe64df"
diff --git a/recipes/cdparanoia/cdparanoia_9.8alpha.bb b/recipes/cdparanoia/cdparanoia_9.8alpha.bb
index 9d082a9..2855814 100644
--- a/recipes/cdparanoia/cdparanoia_9.8alpha.bb
+++ b/recipes/cdparanoia/cdparanoia_9.8alpha.bb
@@ -19,14 +19,6 @@ do_install() {
         oe_runmake BINDIR="${D}/usr/bin" MANDIR="${D}/usr/share/man/" \
                    INCLUDEDIR="${D}/usr/include/" LIBDIR="${D}/usr/lib" install
 }
-do_stage() {
-        install -d ${STAGING_INCDIR} ${STAGING_LIBDIR}
-        install -m 0644 paranoia/cdda_paranoia.h ${STAGING_INCDIR}
-        install -m 0644 interface/cdda_interface.h ${STAGING_INCDIR}
-        oe_libinstall -C interface libcdda_interface ${STAGING_LIBDIR}
-        oe_libinstall -C paranoia libcdda_paranoia ${STAGING_LIBDIR}
-}
-
 
 SRC_URI[md5sum] = "7218e778b5970a86c958e597f952f193"
 SRC_URI[sha256sum] = "1b79fae1aedc692f87d1344410f5c6b666961afccdc78bc5c4c257c450dfa008"





More information about the Openembedded-commits mailing list