diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2008-12-16 11:50:03 +0100 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-01-06 21:38:52 +0100 |
commit | ed1e1b42c0a348ed90ca1a5b3a55532af8e6232f (patch) | |
tree | b10f43ff9dd7b8d98a3161ce858132f3eafd90c5 /packages/unicap/ucview_0.22.bb | |
parent | 0e2f59b4fc441fb186233219162b7a25fc5a8ed9 (diff) |
ucview: Fix compiling and move patches around
Diffstat (limited to 'packages/unicap/ucview_0.22.bb')
-rw-r--r-- | packages/unicap/ucview_0.22.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/unicap/ucview_0.22.bb b/packages/unicap/ucview_0.22.bb index dde8fd1be5..e1f22b48c1 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 |