All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 1/3] libomxil-bellagio: cosmetics: unify recipes
Date: Mon, 17 Jan 2011 09:14:36 +0100	[thread overview]
Message-ID: <ih0tpc$ra$2@dough.gmane.org> (raw)
In-Reply-To: <1295220721.13967.13.camel@mattotaupa>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 17-01-11 00:32, Paul Menzel wrote:
> 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 ++++------


FWIW, the above two aren't used and can get deleted, I suspect they
don't even build against our recent ffmpeg

>  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"
> 
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFNM/psMkyGM64RGpERAoYrAKCTFgLDR/mHygAKKwmD5pqJxfCtSACfb5Wg
TsuMu6328pV5Il9+0+ZBN1w=
=K64M
-----END PGP SIGNATURE-----




  parent reply	other threads:[~2011-01-17  8:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Koen Kooi [this message]
2011-01-17 11:48   ` [PATCH 1/3] libomxil-bellagio: cosmetics: unify recipes 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='ih0tpc$ra$2@dough.gmane.org' \
    --to=k.kooi@student.utwente.nl \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.