Switch to using atilib-oss for mplayer on c7x0
authorRichard Purdie <rpurdie@rpsys.net>
Wed, 6 Apr 2005 15:29:42 +0000 (15:29 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Wed, 6 Apr 2005 15:29:42 +0000 (15:29 +0000)
BKrev: 42540066_xzXozn2NE2PVJ-4aZQYng

packages/mplayer/mplayer_1.0pre3try2.bb
packages/mplayer/mplayer_1.0pre6a.bb
packages/sharp-binary-only/sharp-aticore-oss_1.0.1.bb

index 90d6255..a9decc8 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_append_c7x0 = " sharp-aticore"
+DEPENDS_append_c7x0 = " sharp-aticore-oss"
 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 002631b..a9248ec 100644 (file)
@@ -13,7 +13,7 @@ PR = "r2"
 DEFAULT_PREFERENCE = "-1"
 PARALLEL_MAKE = ""
 
-DEPENDS_append_c7x0 = " sharp-aticore"
+DEPENDS_append_c7x0 = " sharp-aticore-oss"
 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 9aa0f46..f96b291 100644 (file)
@@ -30,8 +30,7 @@ do_install() {
 }
 
 # Currently incompatible with the way sharp-aticore.bb stages.
-#do_stage() {
-#      install -m 0644 aticore.h ${STAGING_INCDIR}
-#      oe_libinstall -so libaticore ${STAGING_LIBDIR}
-#}     
-
+do_stage() {
+       install -m 0644 aticore.h ${STAGING_INCDIR}
+       oe_libinstall -so libaticore ${STAGING_LIBDIR}
+}
\ No newline at end of file