[oe-commits] org.oe.dev libsdl.inc: fix staging

koen commit oe at amethyst.openembedded.net
Sat Jun 21 10:59:50 UTC 2008


libsdl.inc: fix staging

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: edd61bdbcaf782f673a0e850e06b2cdb42b82224
ViewMTN: http://monotone.openembedded.org/revision/info/edd61bdbcaf782f673a0e850e06b2cdb42b82224
Files:
1
packages/libsdl/libsdl.inc
Diffs:

#
# mt diff -rc3c481e3b77178f9a4dc4f6a1539c24f8f77edd8 -redd61bdbcaf782f673a0e850e06b2cdb42b82224
#
#
#
# patch "packages/libsdl/libsdl.inc"
#  from [6258bba8622d9737eadd0bbde8935f1438db37c6]
#    to [715891cf3725571a5a2243bac9cb73170dc2ca37]
#
============================================================
--- packages/libsdl/libsdl.inc	6258bba8622d9737eadd0bbde8935f1438db37c6
+++ packages/libsdl/libsdl.inc	715891cf3725571a5a2243bac9cb73170dc2ca37
@@ -36,17 +36,6 @@ do_stage() {
 }
 
 do_stage() {
-	oe_libinstall -so -C src libSDL ${STAGING_LIBDIR}
+	autotools_stage_all		
 	rm ${STAGING_LIBDIR}/libSDL.la
-	ln -sf libSDL.so ${STAGING_LIBDIR}/libSDL-1.2.so
-	#oe_libinstall -a -C src/main libSDLmain ${STAGING_LIBDIR}
-	install -m 0644 src/main/libSDLmain.a ${STAGING_LIBDIR}
-
-	install -d ${STAGING_INCDIR}/SDL
-	for f in include/*.h
-	do
-		install -m 0644 $f ${STAGING_INCDIR}/SDL/
-	done
-
-	install -m 0644 *.m4 ${STAGING_DATADIR}/aclocal/
 }






More information about the Openembedded-commits mailing list