Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
authorGraeme Gregory <dp@xora.org.uk>
Tue, 5 Apr 2005 17:37:03 +0000 (17:37 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Tue, 5 Apr 2005 17:37:03 +0000 (17:37 +0000)
into cimmeria.(none):/home/dp/zaurus/openembedded

2005/04/05 17:35:57+00:00 (none)!XorA
Fix small DEPENDS bug

BKrev: 4252ccbfKX3C39rwFFbmrO5GrX7q7Q

packages/mplayer/mplayer_1.0pre3try2.bb
packages/mplayer/mplayer_1.0pre6a.bb

index 5ec9345..90d6255 100644 (file)
@@ -10,7 +10,7 @@ SRC_URI = "http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-${PV}.tar.bz2 \
            file://sdl.patch;patch=0 \
            file://zlib.patch;patch=0 "
 
-DEPENDS_c7x0 += "sharp-aticore"
+DEPENDS_append_c7x0 = " sharp-aticore"
 PACKAGE_ARCH_c7x0 = "${MACHINE_ARCH}"
 SRC_URI_append_c7x0 = "file://mplayer-w100_1.0pre3.1.modified.diff;patch=1 \
                        file://Makefile-vidix.patch;patch=0 "
index aa798b4..002631b 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Open Source multimedia player."
 SECTION = "opie/multimedia"
 PRIORITY = "optional"
 HOMEPAGE = "http://www.mplayerhq.hu/"
-DEPENDS = "virtual/libsdl libmad tremor libogg libvorbis zlib libpng jpeg"
+DEPENDS = "virtual/libsdl libmad tremor-20021126 libogg libvorbis zlib libpng jpeg"
 LICENSE = "GPL"
 SRC_URI = "http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-${PV}.tar.bz2 \
            file://Makefile.patch;patch=1 \
@@ -13,7 +13,7 @@ PR = "r2"
 DEFAULT_PREFERENCE = "-1"
 PARALLEL_MAKE = ""
 
-DEPENDS_c7x0 += "sharp-aticore"
+DEPENDS_append_c7x0 = " sharp-aticore"
 PACKAGE_ARCH_c7x0 = "${MACHINE_ARCH}"
 SRC_URI_append_c7x0 = "file://mplayer-w100_1.0pre3.1.modified.diff;patch=1 \
                        file://Makefile-vidix.patch;patch=0 \