]> code.ossystems Code Review - openembedded-core.git/commitdiff
Inherit gconf in Web package to install schemas properly
authorChris Lord <chris@openedhand.com>
Wed, 21 Jun 2006 08:28:20 +0000 (08:28 +0000)
committerChris Lord <chris@openedhand.com>
Wed, 21 Jun 2006 08:28:20 +0000 (08:28 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@487 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/web/web_svn.bb

index 1c8d447c112a626d1ea0813ae3d8696c0264fb76..f79df30c420937f25eec46d0551d9968f5daa7c2 100755 (executable)
@@ -4,8 +4,9 @@ DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js"
 MAINTAINER = "Chris Lord <chris@openedhand.com>"
 DESCRIPTION = "Web is a multi-platform web browsing application."
 
+PR = "r1"
 SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http"
 S = "${WORKDIR}/trunk"
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig gconf