diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-31 11:42:53 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-31 11:42:53 +0000 |
commit | 2543d12b22c2be249ffb27356083fa9faca245aa (patch) | |
tree | 5a5953f3cf73d18cefaae4f97432c215b3095d0b /packages/clutter/table_svn.bb | |
parent | c8532126456803a16b1cfcfc50df52186a403dee (diff) |
clutter: sync with poky
Diffstat (limited to 'packages/clutter/table_svn.bb')
-rw-r--r-- | packages/clutter/table_svn.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/clutter/table_svn.bb b/packages/clutter/table_svn.bb new file mode 100644 index 0000000000..168ea4dfba --- /dev/null +++ b/packages/clutter/table_svn.bb @@ -0,0 +1,10 @@ +require table.inc + +PV = "0.3.0+svnr${SRCREV}" + +SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk/toys;module=table;proto=http \ + file://fixes.patch;patch=1" + +S = "${WORKDIR}/table" + + |