All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] libomxil-bellagio: cosmetics: unify recipes
@ 2011-01-16 23:32 Paul Menzel
  2011-01-16 23:36 ` [PATCH 2/3] libomxil-bellagio: create and use recipe include file (INC file) Paul Menzel
  2011-01-17  8:14 ` [PATCH 1/3] libomxil-bellagio: cosmetics: unify recipes Koen Kooi
  0 siblings, 2 replies; 12+ messages in thread
From: Paul Menzel @ 2011-01-16 23:32 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 3421 bytes --]

Date: Sun, 16 Jan 2011 23:34:08 +0100

Just reorder the lines to be consistent throughout all recipes and to adhere to the style guide [1].

[1] http://wiki.openembedded.org/index.php/Styleguide

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
---
 recipes/openmax/libomxil-bellagio_0.9.0.bb |    6 ++----
 recipes/openmax/libomxil-bellagio_0.9.1.bb |   10 ++++------
 recipes/openmax/libomxil-bellagio_0.9.2.bb |   10 ++++------
 3 files changed, 10 insertions(+), 16 deletions(-)

diff --git a/recipes/openmax/libomxil-bellagio_0.9.0.bb b/recipes/openmax/libomxil-bellagio_0.9.0.bb
index 3be6dde..aa78d6f 100644
--- a/recipes/openmax/libomxil-bellagio_0.9.0.bb
+++ b/recipes/openmax/libomxil-bellagio_0.9.0.bb
@@ -6,13 +6,11 @@ DEPENDS = "alsa-lib ffmpeg \
 PR = "r7"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/${PN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "6d6b6a75bc8751a7421b5e739c53ef6e"
+SRC_URI[sha256sum] = "07128710a699b453dcd7b92e33f2aa8dcbbfe0a657d33040803cdaf0997e442c"
 
 inherit autotools
 
 FILES_${PN} += "${libdir}/bellagio/*.so ${libdir}/bellagio/*.la"
 FILES_${PN}-dev += "${libdir}/bellagio/*.a"
 FILES_${PN}-dbg += "${libdir}/bellagio/.debug"
-
-
-SRC_URI[md5sum] = "6d6b6a75bc8751a7421b5e739c53ef6e"
-SRC_URI[sha256sum] = "07128710a699b453dcd7b92e33f2aa8dcbbfe0a657d33040803cdaf0997e442c"
diff --git a/recipes/openmax/libomxil-bellagio_0.9.1.bb b/recipes/openmax/libomxil-bellagio_0.9.1.bb
index 942f963..958ac26 100644
--- a/recipes/openmax/libomxil-bellagio_0.9.1.bb
+++ b/recipes/openmax/libomxil-bellagio_0.9.1.bb
@@ -3,16 +3,14 @@ LICENSE = "LGPLv2"
 DEPENDS = "alsa-lib ffmpeg \
            ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad', d)}"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/${PN}-${PV}.tar.gz"
-
 PR = "r1"
 
+SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/${PN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "757371e21e4f3653ce4d12d3ba0be1e0"
+SRC_URI[sha256sum] = "9a0864cd442c43e5b69072dc0617b56252bc933fce26f6bfd6d47909287a353a"
+
 inherit autotools
 
 FILES_${PN} += "${libdir}/bellagio/*.so ${libdir}/bellagio/*.la"
 FILES_${PN}-dev += "${libdir}/bellagio/*.a"
 FILES_${PN}-dbg += "${libdir}/bellagio/.debug"
-
-
-SRC_URI[md5sum] = "757371e21e4f3653ce4d12d3ba0be1e0"
-SRC_URI[sha256sum] = "9a0864cd442c43e5b69072dc0617b56252bc933fce26f6bfd6d47909287a353a"
diff --git a/recipes/openmax/libomxil-bellagio_0.9.2.bb b/recipes/openmax/libomxil-bellagio_0.9.2.bb
index a58b296..ff30c10 100644
--- a/recipes/openmax/libomxil-bellagio_0.9.2.bb
+++ b/recipes/openmax/libomxil-bellagio_0.9.2.bb
@@ -3,10 +3,12 @@ LICENSE = "LGPLv2"
 DEPENDS = "alsa-lib ffmpeg \
            ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad', d)}"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/${PN}-${PV}.tar.gz"
-
 PR = "r1"
 
+SRC_URI = "${SOURCEFORGE_MIRROR}/omxil/${PN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "42ab7383c4ca4093000ec7062289112b"
+SRC_URI[sha256sum] = "dc5d3cf256390d5419ea7dc3fc35761999a1da99fa4b645ac3e92a6a279c38fc"
+
 inherit autotools
 
 FILES_${PN} += "${libdir}/bellagio/*.so ${libdir}/bellagio/*.la"
@@ -14,7 +16,3 @@ FILES_${PN}-dev += "${libdir}/bellagio/*.a"
 FILES_${PN}-dbg += "${libdir}/bellagio/.debug"
 
 PARALLEL_MAKE = ""
-
-
-SRC_URI[md5sum] = "42ab7383c4ca4093000ec7062289112b"
-SRC_URI[sha256sum] = "dc5d3cf256390d5419ea7dc3fc35761999a1da99fa4b645ac3e92a6a279c38fc"
-- 
1.7.2.3

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-01-20 10:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-16 23:32 [PATCH 1/3] libomxil-bellagio: cosmetics: unify recipes Paul Menzel
2011-01-16 23:36 ` [PATCH 2/3] libomxil-bellagio: create and use recipe include file (INC file) Paul Menzel
2011-01-16 23:43   ` [PATCH 3/3] libomxil-bellagio_git: add Git version Paul Menzel
2011-01-17  8:13     ` Koen Kooi
2011-01-17 11:45       ` [PATCH 3/3 v2] " Paul Menzel
2011-01-18 23:20         ` [PATCH] libomxil-bellagio_{0.9.2.1, git}: add patch: remove `-Werror` from `CFLAGS` to fix build with GCC 4.5 Paul Menzel
2011-01-20 10:14           ` Paul Menzel
2011-01-17  8:14 ` [PATCH 1/3] libomxil-bellagio: cosmetics: unify recipes Koen Kooi
2011-01-17 11:48   ` Paul Menzel
2011-01-17 13:08     ` Koen Kooi
2011-01-18 23:31       ` [PATCH] libomxil-bellagio: remove/delete unused versions 0.9.{0, 1, 2} Paul Menzel
2011-01-19  7:23         ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.