git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e2866f
)
Add missing depdency of libsdl-net to sdlperl
author
chris@(none)
<chris@(none)>
Sat, 26 Jun 2004 02:35:00 +0000
(
02:35
+0000)
committer
chris@(none)
<chris@(none)>
Sat, 26 Jun 2004 02:35:00 +0000
(
02:35
+0000)
BKrev: 40dce0d4YX-wEHCkKlO2UIk3UzrreA
sdlperl/sdl-perl_1.20.3.oe
patch
|
blob
|
history
diff --git
a/sdlperl/sdl-perl_1.20.3.oe
b/sdlperl/sdl-perl_1.20.3.oe
index
d4a7225
..
c5a7d8a
100644
(file)
--- a/
sdlperl/sdl-perl_1.20.3.oe
+++ b/
sdlperl/sdl-perl_1.20.3.oe
@@
-3,7
+3,7
@@
SRC_URI = "http://bloodgate.com/perl/sdl/pub/SDL_perl-${PV}.tar.gz \
file://Makefile.patch;patch=1;pnum=0"
S = "${WORKDIR}/SDL_perl-${PV}"
-DEPENDS = "perl virtual/libsdl libsdl-image libsdl-gfx libsdl-mixer mesa"
+DEPENDS = "perl virtual/libsdl libsdl-image libsdl-gfx libsdl-mixer
libsdl-net
mesa"
inherit cpan