aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/omnewrotate/omnewrotate_svn.bb
diff options
context:
space:
mode:
authorThomas Zimmermann <ml@vdm-design.de>2010-04-10 16:59:55 +0200
committerThomas Zimmermann <ml@vdm-design.de>2010-04-10 16:59:55 +0200
commit83c92ae8d1e83129b5fd692585113316216a49e7 (patch)
treead1323f9a94998e563e8256116fec006d33e0746 /recipes/omnewrotate/omnewrotate_svn.bb
parent0c33cc6d11a7a26b3048efc6c9047babd14e37b5 (diff)
downloadopenembedded-83c92ae8d1e83129b5fd692585113316216a49e7.tar.gz
omnewrotate: make recipe valid
*it's an svn recipe that had rev=HEAD in SRCURI Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
Diffstat (limited to 'recipes/omnewrotate/omnewrotate_svn.bb')
-rw-r--r--recipes/omnewrotate/omnewrotate_svn.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/omnewrotate/omnewrotate_svn.bb b/recipes/omnewrotate/omnewrotate_svn.bb
new file mode 100644
index 0000000000..baf5e6902c
--- /dev/null
+++ b/recipes/omnewrotate/omnewrotate_svn.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "OpenMoko New Rotate is a screen rotation program"
+HOMEPAGE = "http://code.google.com/p/omnewrotate/"
+AUTHOR = "Rui Seabra"
+LICENSE = "GPLv3"
+SECTION = "console/network"
+DEPENDS = "libframeworkd-glib xrandr"
+
+SRCREV = "61"
+
+PV = "0.5.7+svnr${SRCPV}"
+PR = "r0"
+
+SRC_URI = "svn://omnewrotate.googlecode.com/svn;module=trunk;proto=http \
+ file://correct-sysfs-bl-path.patch;patch=1;maxrev=55 \
+"
+
+S = "${WORKDIR}/trunk"
+
+inherit autotools