diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-08 15:09:05 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-08 15:09:05 +0000 |
commit | 7ee4a41cb21af1f345e7bf68e183bb358259a858 (patch) | |
tree | 18cea8d1935fbd4badbcd54080c14d437f6fcadc /meta/packages/puzzles | |
parent | 0f23643b90f0da7931a5efea91195cf13f5523fb (diff) | |
download | poky-7ee4a41cb21af1f345e7bf68e183bb358259a858.tar.gz |
oh-puzzles: Convert to SRCREV
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2396 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/puzzles')
-rw-r--r-- | meta/packages/puzzles/oh-puzzles_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/puzzles/oh-puzzles_svn.bb b/meta/packages/puzzles/oh-puzzles_svn.bb index f00eb6ff4c..cf6a9d990e 100644 --- a/meta/packages/puzzles/oh-puzzles_svn.bb +++ b/meta/packages/puzzles/oh-puzzles_svn.bb | |||
@@ -2,8 +2,8 @@ DESCRIPTION = "Portable Puzzle Collection" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | DEPENDS = "gtk+ gconf intltool-native librsvg" | 4 | DEPENDS = "gtk+ gconf intltool-native librsvg" |
5 | PV = "0.1+svn${SRCDATE}" | 5 | PV = "0.1+svnr${SRCREV}" |
6 | PR = "r4" | 6 | PR = "r0" |
7 | 7 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||