diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-02-27 19:49:00 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-28 15:49:59 +0100 |
| commit | add085b0c905a038b54119f23b38720345280ee5 (patch) | |
| tree | bfc998c4e548dfb3faba4b998ab7cad6445ded1e /meta-oe/recipes-multimedia/mplayer | |
| parent | cdb5ea848e383088046f596323018005a9cf507b (diff) | |
| download | meta-openembedded-add085b0c905a038b54119f23b38720345280ee5.tar.gz | |
mplayer2: drop virtual/kernel dependency and s/ARM/arm/ in ARM_INSTRUCTION_SET
* 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.
* s/ARM/arm/ is just cosmetic change because classes are testing only
'== "thumb"' so it works the same with ARM but mplayer2 was only
recipe using it uppercase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia/mplayer')
| -rw-r--r-- | 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 3e4d369534..0b73d57859 100644 --- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb +++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | DESCRIPTION = "Open Source multimedia player." | 1 | DESCRIPTION = "Open Source multimedia player." |
| 2 | SECTION = "multimedia" | 2 | SECTION = "multimedia" |
| 3 | HOMEPAGE = "http://www.mplayerhq.hu/" | 3 | HOMEPAGE = "http://www.mplayerhq.hu/" |
| 4 | 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 \ | 4 | DEPENDS = "libvpx live555 libdvdread libtheora virtual/libsdl ffmpeg xsp zlib libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses lame libxv virtual/libx11 libass \ |
| 5 | ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad liba52 lame', d)}" | 5 | ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad liba52 lame', d)}" |
| 6 | 6 | ||
| 7 | RDEPENDS_${PN} = "mplayer-common" | 7 | RDEPENDS_${PN} = "mplayer-common" |
| @@ -18,10 +18,10 @@ SRC_URI = "git://repo.or.cz/mplayer.git;protocol=git;branch=master \ | |||
| 18 | 18 | ||
| 19 | SRCREV = "e3f5043233336d8b4b0731c6a8b42a8fda5535ac" | 19 | SRCREV = "e3f5043233336d8b4b0731c6a8b42a8fda5535ac" |
| 20 | 20 | ||
| 21 | ARM_INSTRUCTION_SET = "ARM" | 21 | ARM_INSTRUCTION_SET = "arm" |
| 22 | 22 | ||
| 23 | PV = "2.0+gitr${SRCPV}" | 23 | PV = "2.0+gitr${SRCPV}" |
| 24 | PR = "r7" | 24 | PR = "r8" |
| 25 | 25 | ||
| 26 | PARALLEL_MAKE = "" | 26 | PARALLEL_MAKE = "" |
| 27 | 27 | ||
