xvidcap: fixed up DEPENDS
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 14 Aug 2010 20:19:55 +0000 (22:19 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 14 Aug 2010 20:19:55 +0000 (22:19 +0200)
fixed up DEPENDS; there were references in DEPENDS where lib was
missing, this can never have been build as is.
also added INC_PR

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/xvidcap/xvidcap.inc
recipes/xvidcap/xvidcap_1.1.7rc1.bb

index a164e1d..e06fe92 100644 (file)
@@ -5,7 +5,9 @@ LICENSE = "GPL"
 AUTHOR = "Rasca <thron@gmx.de> Karl H. Beckers <karl.h.beckers@gmx.net>"
 HOMEPAGE = "http://xvidcap.sf.net"
 
-DEPENDS = "intltool-native docbook-utils-native gtk+ glib-2.0 libglade lame xmu libxfixes xdamage"
+DEPENDS = "intltool-native docbook-utils-native gtk+ glib-2.0 libglade lame libxmu libxfixes libxdamage"
+
+INC_PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
 
index ddb6412..b730e3a 100644 (file)
@@ -1,6 +1,6 @@
 require xvidcap.inc
 
-PR = "r0"
+PR = ${INC_PR}."0"
 
 # 1.1.7rc1 still uses this directory name
 S = "${WORKDIR}/${PN}-1.1.6"