diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-02-29 16:10:25 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-02-29 16:10:25 +0000 |
commit | 69c3a4e292aabe37e7ae28bb521462a1619a3fa2 (patch) | |
tree | d698879d227f71167b465061cd818f4653ea5253 /packages/gtk-webcore/osb-nrcit_svn.bb | |
parent | c980991c2e80eb580ed55885a3909fb67c49bcdc (diff) |
gtk-webcore: Tweak pkgconfig usage so it works within a sysroot
Diffstat (limited to 'packages/gtk-webcore/osb-nrcit_svn.bb')
-rw-r--r-- | packages/gtk-webcore/osb-nrcit_svn.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gtk-webcore/osb-nrcit_svn.bb b/packages/gtk-webcore/osb-nrcit_svn.bb index 7ea8b3b6fa..57bb096183 100644 --- a/packages/gtk-webcore/osb-nrcit_svn.bb +++ b/packages/gtk-webcore/osb-nrcit_svn.bb @@ -5,11 +5,12 @@ PRIORITY = "optional" SECTION = "gpe" PV = "0.5.2+svnr${SRCREV}" -PR = "r0" +PR = "r1" DEPENDS = "curl librsvg osb-nrcore pango" SRC_URI = "svn://gtk-webcore.svn.sourceforge.net/svnroot/gtk-webcore/trunk;module=NRCit;proto=https \ + file://pkgconfig_fix.patch;patch=1 \ file://gcc4-fno-threadsafe-statics-NRCit.patch;patch=1" inherit autotools pkgconfig |