aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/smpeg/smpeg
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-03-07 12:39:30 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-03-11 13:42:11 +0100
commit13c2e6cede23f9af11c7bf1909ac9c52649b1098 (patch)
tree9ff147b080924a84ace880e158eecc207de24089 /recipes/smpeg/smpeg
parentca622ee8a95cd20d48b94adefb5138c9c950d840 (diff)
downloadopenembedded-13c2e6cede23f9af11c7bf1909ac9c52649b1098.tar.gz
smpeg: convert to new staging and bump SRCREV a bit
* please note that headers are now as upstream puts them in /usr/include/smpeg/* instead /usr/include/SDL * smpeg-config returns right paths, so it should be OK for sane packages Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/smpeg/smpeg')
-rw-r--r--recipes/smpeg/smpeg/as-fix.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes/smpeg/smpeg/as-fix.patch b/recipes/smpeg/smpeg/as-fix.patch
deleted file mode 100644
index 1a747018e5..0000000000
--- a/recipes/smpeg/smpeg/as-fix.patch
+++ /dev/null
@@ -1,18 +0,0 @@
----
- configure.in | 1 +
- 1 file changed, 1 insertion(+)
-
---- trunk.orig/configure.in
-+++ trunk/configure.in
-@@ -54,10 +54,11 @@ AC_PROG_MAKE_SET
- AC_PROG_CC
- AC_PROG_CXX
- AC_LIBTOOL_WIN32_DLL
- AM_PROG_LIBTOOL
- AC_PROG_INSTALL
-+AM_PROG_AS
-
- dnl Ugh.
- AS="$CC"
- CCAS="$CC"
- AC_SUBST(AS)