[oe-commits] Martin Jansa : sdl-perl: remove replace for smpeg.h in SDL_perl.xs as it' s not needed anymore for newer smpeg

git version control git at git.openembedded.org
Thu Mar 11 12:41:23 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 21c2ae56fb13bed3fe3245aa181b7cfbe1ef5167
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=21c2ae56fb13bed3fe3245aa181b7cfbe1ef5167

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Mar  8 16:30:52 2010 +0100

sdl-perl: remove replace for smpeg.h in SDL_perl.xs as it's not needed anymore for newer smpeg

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/sdlperl/sdl-perl_1.20.3.bb |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/recipes/sdlperl/sdl-perl_1.20.3.bb b/recipes/sdlperl/sdl-perl_1.20.3.bb
index 6820fa0..b93637d 100644
--- a/recipes/sdlperl/sdl-perl_1.20.3.bb
+++ b/recipes/sdlperl/sdl-perl_1.20.3.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
 HOMEPAGE = "http://sdl.perl.org/"
 LICENSE = "GPL"
 DEPENDS = "perl virtual/libsdl libsdl-image libsdl-gfx libsdl-ttf libsdl-mixer libsdl-net smpeg"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://bloodgate.com/perl/sdl/pub/SDL_perl-${PV}.tar.gz"
 S = "${WORKDIR}/SDL_perl-${PV}"
@@ -13,6 +13,4 @@ inherit cpan
 do_configure_prepend() {
         # Search staging area for includes
         sed -i -e 's:/usr/\(local/\)\{0,1\}include:${STAGING_INCDIR}:g' Makefile.linux
-        # smpeg.h isn't in a subdirectry
-        sed -i -e 's:#include <smpeg/smpeg.h>:#include <smpeg.h>:g' SDL_perl.xs
 }





More information about the Openembedded-commits mailing list