diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2009-11-28 20:48:20 +0100 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2009-11-28 20:48:20 +0100 |
commit | 0a4733c115e72630aeea87ba015dc424b6390462 (patch) | |
tree | 2e4c6b8d9872c31383177e2b7dcdfb6beed9cfa4 /recipes/e17 | |
parent | 6e1292fe4db1d011edb8885868ed566a336c1438 (diff) |
exhibit: fix SRC_URI - exhibit moved to OLD
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/e17')
-rw-r--r-- | recipes/e17/exhibit_svn.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/e17/exhibit_svn.bb b/recipes/e17/exhibit_svn.bb index ac2b67de35..16bd1fbee9 100644 --- a/recipes/e17/exhibit_svn.bb +++ b/recipes/e17/exhibit_svn.bb @@ -2,6 +2,8 @@ DESCRIPTION = "Exhibit is the ETK picture viewer" LICENSE = "MIT BSD" DEPENDS = "evas ecore epsilon edje eet etk efreet" PV = "0.1.1+svnr${SRCPV}" -PR = "r1" +PR = "r2" inherit e + +SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/OLD;module=${SRCNAME};proto=http" |