[oe-commits] org.oe.dev libsdl-ttf: use autotools_stage_all

woglinde2 commit oe at amethyst.openembedded.net
Thu Jul 24 13:54:23 UTC 2008


libsdl-ttf: use autotools_stage_all

Author: woglinde2 at openembedded.org
Branch: org.openembedded.dev
Revision: bd0863efd4fd5edcafb9afbb746e0525af04d455
ViewMTN: http://monotone.openembedded.org/revision/info/bd0863efd4fd5edcafb9afbb746e0525af04d455
Files:
1
packages/libsdl/libsdl-ttf_2.0.3.bb
Diffs:

#
# mt diff -r87f028425fe7d25ac63d3821134bbc1b2aec49fe -rbd0863efd4fd5edcafb9afbb746e0525af04d455
#
#
#
# patch "packages/libsdl/libsdl-ttf_2.0.3.bb"
#  from [8ca2b92300d01da12e40b4ddfa3eb9b9dd5ab98d]
#    to [ea5df0018b0c4a0b3f64c39d9957fc19affe5561]
#
============================================================
--- packages/libsdl/libsdl-ttf_2.0.3.bb	8ca2b92300d01da12e40b4ddfa3eb9b9dd5ab98d
+++ packages/libsdl/libsdl-ttf_2.0.3.bb	ea5df0018b0c4a0b3f64c39d9957fc19affe5561
@@ -3,6 +3,7 @@ LICENSE = "LGPL"
 PRIORITY = "optional"
 DEPENDS = "virtual/libsdl freetype"
 LICENSE = "LGPL"
+PR = "r1"
 
 SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \
            file://new-freetype-includes.patch;patch=1"
@@ -11,7 +12,5 @@ do_stage() {
 inherit autotools
 
 do_stage() {
-	oe_libinstall -so libSDL_ttf ${STAGING_LIBDIR}
-	ln -sf libSDL_ttf.so ${STAGING_LIBDIR}/libSDL_ttf-2.0.so
-	install -m 0644 SDL_ttf.h ${STAGING_INCDIR}/SDL/SDL_ttf.h
+	autotools_stage_all
 }






More information about the Openembedded-commits mailing list