All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] mplayer2: drop virtual/kernel dependency and s/ARM/arm/ in ARM_INSTRUCTION_SET
@ 2012-02-27 18:50 Martin Jansa
  2012-02-28  9:27 ` Koen Kooi
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2012-02-27 18:50 UTC (permalink / raw)
  To: openembedded-devel

* virtual/kernel was needed only to provide omapfb.h in staging
  but that's now moved to BSP layers, no need to make sstate hash
  machine specific here.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
index 3e4d369..fd25ec0 100644
--- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Open Source multimedia player."
 SECTION = "multimedia"
 HOMEPAGE = "http://www.mplayerhq.hu/"
-DEPENDS = "libvpx live555 libdvdread libtheora virtual/libsdl ffmpeg xsp zlib libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses lame libxv virtual/libx11 virtual/kernel libass \
+DEPENDS = "libvpx live555 libdvdread libtheora virtual/libsdl ffmpeg xsp zlib libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses lame libxv virtual/libx11 libass \
 	   ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad liba52 lame', d)}"
 
 RDEPENDS_${PN} = "mplayer-common"
@@ -18,7 +18,7 @@ SRC_URI = "git://repo.or.cz/mplayer.git;protocol=git;branch=master \
 
 SRCREV = "e3f5043233336d8b4b0731c6a8b42a8fda5535ac"
 
-ARM_INSTRUCTION_SET = "ARM"
+ARM_INSTRUCTION_SET = "arm"
 
 PV = "2.0+gitr${SRCPV}"
 PR = "r7"
-- 
1.7.8.4




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

* Re: [meta-oe][PATCH] mplayer2: drop virtual/kernel dependency and s/ARM/arm/ in ARM_INSTRUCTION_SET
  2012-02-27 18:50 [meta-oe][PATCH] mplayer2: drop virtual/kernel dependency and s/ARM/arm/ in ARM_INSTRUCTION_SET Martin Jansa
@ 2012-02-28  9:27 ` Koen Kooi
  2012-02-28 10:04   ` [meta-oe][PATCHv2] " Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2012-02-28  9:27 UTC (permalink / raw)
  To: openembedded-devel

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

Op 27-02-12 19:50, Martin Jansa schreef:
> * virtual/kernel was needed only to provide omapfb.h in staging but
> that's now moved to BSP layers, no need to make sstate hash machine
> specific here.
> 
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- 
> meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb |    4 ++-- 1 files
> changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
> b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb index
> 3e4d369..fd25ec0 100644 ---
> a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb +++
> b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb @@ -1,7 +1,7 @@ 
> DESCRIPTION = "Open Source multimedia player." SECTION = "multimedia" 
> HOMEPAGE = "http://www.mplayerhq.hu/" -DEPENDS = "libvpx live555
> libdvdread libtheora virtual/libsdl ffmpeg xsp zlib libpng jpeg liba52
> freetype fontconfig alsa-lib lzo ncurses lame libxv virtual/libx11
> virtual/kernel libass \ +DEPENDS = "libvpx live555 libdvdread libtheora
> virtual/libsdl ffmpeg xsp zlib libpng jpeg liba52 freetype fontconfig
> alsa-lib lzo ncurses lame libxv virtual/libx11 libass \ 
> ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad liba52 lame',
> d)}"
> 
> RDEPENDS_${PN} = "mplayer-common" @@ -18,7 +18,7 @@ SRC_URI =
> "git://repo.or.cz/mplayer.git;protocol=git;branch=master \
> 
> SRCREV = "e3f5043233336d8b4b0731c6a8b42a8fda5535ac"
> 
> -ARM_INSTRUCTION_SET = "ARM" +ARM_INSTRUCTION_SET = "arm"
> 
> PV = "2.0+gitr${SRCPV}" PR = "r7"

Can you please bump PR as well?

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iEYEARECAAYFAk9Mng8ACgkQMkyGM64RGpEZEgCbB1JZBiHUh7Uauhmv14O2xTf1
9rgAnjD8skwE/Hsu3JHRVq/gaS2pv8ke
=9Ymq
-----END PGP SIGNATURE-----




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

* [meta-oe][PATCHv2] mplayer2: drop virtual/kernel dependency and s/ARM/arm/ in ARM_INSTRUCTION_SET
  2012-02-28  9:27 ` Koen Kooi
@ 2012-02-28 10:04   ` Martin Jansa
  2012-02-28 10:14     ` Graeme Gregory
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2012-02-28 10:04 UTC (permalink / raw)
  To: openembedded-devel

* virtual/kernel was needed only to provide omapfb.h in staging
  but that's now moved to BSP layers, no need to make sstate hash
  machine specific here.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
index 3e4d369..0b73d57 100644
--- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Open Source multimedia player."
 SECTION = "multimedia"
 HOMEPAGE = "http://www.mplayerhq.hu/"
-DEPENDS = "libvpx live555 libdvdread libtheora virtual/libsdl ffmpeg xsp zlib libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses lame libxv virtual/libx11 virtual/kernel libass \
+DEPENDS = "libvpx live555 libdvdread libtheora virtual/libsdl ffmpeg xsp zlib libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses lame libxv virtual/libx11 libass \
 	   ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad liba52 lame', d)}"
 
 RDEPENDS_${PN} = "mplayer-common"
@@ -18,10 +18,10 @@ SRC_URI = "git://repo.or.cz/mplayer.git;protocol=git;branch=master \
 
 SRCREV = "e3f5043233336d8b4b0731c6a8b42a8fda5535ac"
 
-ARM_INSTRUCTION_SET = "ARM"
+ARM_INSTRUCTION_SET = "arm"
 
 PV = "2.0+gitr${SRCPV}"
-PR = "r7"
+PR = "r8"
 
 PARALLEL_MAKE = ""
 
-- 
1.7.8.5




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

* Re: [meta-oe][PATCHv2] mplayer2: drop virtual/kernel dependency and s/ARM/arm/ in ARM_INSTRUCTION_SET
  2012-02-28 10:04   ` [meta-oe][PATCHv2] " Martin Jansa
@ 2012-02-28 10:14     ` Graeme Gregory
  2012-02-28 10:40       ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Graeme Gregory @ 2012-02-28 10:14 UTC (permalink / raw)
  To: openembedded-devel

Undetailed change below

Graeme

On 28/02/12 10:04, Martin Jansa wrote:
> * virtual/kernel was needed only to provide omapfb.h in staging
>    but that's now moved to BSP layers, no need to make sstate hash
>    machine specific here.
>
> Signed-off-by: Martin Jansa<Martin.Jansa@gmail.com>
> ---
>   meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb |    6 +++---
>   1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
> index 3e4d369..0b73d57 100644
> --- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
> +++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
> @@ -1,7 +1,7 @@
>   DESCRIPTION = "Open Source multimedia player."
>   SECTION = "multimedia"
>   HOMEPAGE = "http://www.mplayerhq.hu/"
> -DEPENDS = "libvpx live555 libdvdread libtheora virtual/libsdl ffmpeg xsp zlib libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses lame libxv virtual/libx11 virtual/kernel libass \
> +DEPENDS = "libvpx live555 libdvdread libtheora virtual/libsdl ffmpeg xsp zlib libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses lame libxv virtual/libx11 libass \
>   	   ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad liba52 lame', d)}"
>
>   RDEPENDS_${PN} = "mplayer-common"
> @@ -18,10 +18,10 @@ SRC_URI = "git://repo.or.cz/mplayer.git;protocol=git;branch=master \
>
>   SRCREV = "e3f5043233336d8b4b0731c6a8b42a8fda5535ac"
>
> -ARM_INSTRUCTION_SET = "ARM"
> +ARM_INSTRUCTION_SET = "arm"
This is obvious to us old school but should be detailed in changelog.

>
>   PV = "2.0+gitr${SRCPV}"
> -PR = "r7"
> +PR = "r8"
>
>   PARALLEL_MAKE = ""
>




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

* Re: [meta-oe][PATCHv2] mplayer2: drop virtual/kernel dependency and s/ARM/arm/ in ARM_INSTRUCTION_SET
  2012-02-28 10:14     ` Graeme Gregory
@ 2012-02-28 10:40       ` Martin Jansa
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2012-02-28 10:40 UTC (permalink / raw)
  To: openembedded-devel

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

On Tue, Feb 28, 2012 at 10:14:09AM +0000, Graeme Gregory wrote:
> Undetailed change below
> 
> Graeme
> 
> On 28/02/12 10:04, Martin Jansa wrote:
> > * virtual/kernel was needed only to provide omapfb.h in staging
> >    but that's now moved to BSP layers, no need to make sstate hash
> >    machine specific here.
> >
> > Signed-off-by: Martin Jansa<Martin.Jansa@gmail.com>
> > ---
> >   meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb |    6 +++---
> >   1 files changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
> > index 3e4d369..0b73d57 100644
> > --- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
> > +++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
> > @@ -1,7 +1,7 @@
> >   DESCRIPTION = "Open Source multimedia player."
> >   SECTION = "multimedia"
> >   HOMEPAGE = "http://www.mplayerhq.hu/"
> > -DEPENDS = "libvpx live555 libdvdread libtheora virtual/libsdl ffmpeg xsp zlib libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses lame libxv virtual/libx11 virtual/kernel libass \
> > +DEPENDS = "libvpx live555 libdvdread libtheora virtual/libsdl ffmpeg xsp zlib libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses lame libxv virtual/libx11 libass \
> >   	   ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad liba52 lame', d)}"
> >
> >   RDEPENDS_${PN} = "mplayer-common"
> > @@ -18,10 +18,10 @@ SRC_URI = "git://repo.or.cz/mplayer.git;protocol=git;branch=master \
> >
> >   SRCREV = "e3f5043233336d8b4b0731c6a8b42a8fda5535ac"
> >
> > -ARM_INSTRUCTION_SET = "ARM"
> > +ARM_INSTRUCTION_SET = "arm"
> This is obvious to us old school but should be detailed in changelog.

This recipe was only one using upper case ARM in this, and as classes
check only for '== "thumb"' then this is just cosmetics no change in
behavior.

> 
> >
> >   PV = "2.0+gitr${SRCPV}"
> > -PR = "r7"
> > +PR = "r8"
> >
> >   PARALLEL_MAKE = ""
> >
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

end of thread, other threads:[~2012-02-28 10:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-27 18:50 [meta-oe][PATCH] mplayer2: drop virtual/kernel dependency and s/ARM/arm/ in ARM_INSTRUCTION_SET Martin Jansa
2012-02-28  9:27 ` Koen Kooi
2012-02-28 10:04   ` [meta-oe][PATCHv2] " Martin Jansa
2012-02-28 10:14     ` Graeme Gregory
2012-02-28 10:40       ` Martin Jansa

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.