[oe-commits] : imlib2 svn remove obsolete patch

OE GIT Trial gittrial at amethyst.openembedded.net
Fri Oct 10 15:22:16 UTC 2008


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

Author:  <mickeyl at openembedded.org>
Date:   Fri Oct 10 15:23:50 2008 +0000

imlib2 svn remove obsolete patch

---

 packages/efl1/imlib2/remove-local-includes.patch |   15 ---------------
 packages/efl1/imlib2_svn.bb                      |    4 +---
 2 files changed, 1 insertions(+), 18 deletions(-)

diff --git a/packages/efl1/imlib2/remove-local-includes.patch b/packages/efl1/imlib2/remove-local-includes.patch
deleted file mode 100644
index bc85b10..0000000
--- a/packages/efl1/imlib2/remove-local-includes.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: imlib2/configure.in
-===================================================================
---- imlib2.orig/configure.in	2007-09-01 14:34:26.000000000 +0000
-+++ imlib2/configure.in	2007-09-01 14:35:07.000000000 +0000
-@@ -188,9 +188,7 @@
- 
- if test "x$have_x" = "xyes"; then
-   AC_PATH_XTRA
--  x_dir=${x_dir:-/usr/X11R6}
--  x_cflags=${x_cflags:--I${x_includes:-$x_dir/include}}
--  x_libs="${x_libs:--L${x_libraries:-$x_dir/lib}} -lX11 -lXext"
-+  x_libs="-lX11 -lXext"
-   AM_CONDITIONAL(BUILD_X11, true)
-   AC_DEFINE(BUILD_X11, 1, [enabling X11 support])
- else
diff --git a/packages/efl1/imlib2_svn.bb b/packages/efl1/imlib2_svn.bb
index ad4df41..56cd61d 100644
--- a/packages/efl1/imlib2_svn.bb
+++ b/packages/efl1/imlib2_svn.bb
@@ -4,12 +4,10 @@ LICENSE = "BSD"
 DEPENDS = "freetype libpng jpeg virtual/libx11 libxext"
 PROVIDES = "virtual/imlib2"
 PV = "1.4.1.001+svnr${SRCREV}"
-PR = "r4"
+PR = "r5"
 
 inherit efl
 
-SRC_URI += "file://remove-local-includes-20080421.patch;patch=1;mindate=20080420 "
-
 EXTRA_OECONF = "--with-x"
 
 # TODO: Use more fine granular version





More information about the Openembedded-commits mailing list