mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user