[oe-commits] Florian Boor : ucview: Fix compiling and move patches around

GIT User account git at amethyst.openembedded.net
Tue Jan 6 20:41:33 UTC 2009


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

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Tue Dec 16 11:50:03 2008 +0100

ucview: Fix compiling and move patches around

---

 packages/unicap/files/cross.patch                  |   12 ++++++++++++
 .../unicap/{unicap-0.9.3 => files}/pkgconfig.patch |    0 
 packages/unicap/ucview_0.22.bb                     |    5 +++--
 3 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/packages/unicap/files/cross.patch b/packages/unicap/files/cross.patch
new file mode 100644
index 0000000..b8d01f2
--- /dev/null
+++ b/packages/unicap/files/cross.patch
@@ -0,0 +1,12 @@
+--- ucview-0.22/src/Makefile.am~	2008-12-09 18:05:26.000000000 +0100
++++ ucview-0.22/src/Makefile.am	2008-12-09 18:05:26.000000000 +0100
+@@ -11,8 +11,7 @@
+ 
+ 
+ INCLUDES = \
+-	-I$(top_srcdir)	\
+-	-I$(includedir)
++	-I$(top_srcdir)
+ 
+ 
+ BUILT_SOURCES = $(ucview_dbus_built_sources)
diff --git a/packages/unicap/unicap-0.9.3/pkgconfig.patch b/packages/unicap/files/pkgconfig.patch
similarity index 100%
rename from packages/unicap/unicap-0.9.3/pkgconfig.patch
rename to packages/unicap/files/pkgconfig.patch
diff --git a/packages/unicap/ucview_0.22.bb b/packages/unicap/ucview_0.22.bb
index dde8fd1..e1f22b4 100644
--- a/packages/unicap/ucview_0.22.bb
+++ b/packages/unicap/ucview_0.22.bb
@@ -2,9 +2,10 @@ DESCRIPTION = "Simple camera capture GUI based on unicap."
 SECTION = "graphics"
 LICENSE = "GPL"
 DEPENDS = "intltool-native gtk+ libpng unicap gconf libglade gdk-pixbuf-csource-native"
-PR = "r0"
+PR = "r1"
 
-SRC_URI = "http://www.unicap-imaging.org/downloads/${P}.tar.gz"
+SRC_URI = "http://www.unicap-imaging.org/downloads/${P}.tar.gz \
+           file://cross.patch;patch=1"
 
 inherit autotools pkgconfig
 





More information about the Openembedded-commits mailing list