From 83c92ae8d1e83129b5fd692585113316216a49e7 Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Sat, 10 Apr 2010 16:59:55 +0200 Subject: omnewrotate: make recipe valid *it's an svn recipe that had rev=HEAD in SRCURI Signed-off-by: Thomas Zimmermann --- recipes/omnewrotate/omnewrotate_svn.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes/omnewrotate/omnewrotate_svn.bb (limited to 'recipes/omnewrotate/omnewrotate_svn.bb') 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 -- cgit v1.2.3