diff options
author | Martin Dietze <herbert@spamcop.net> | 2009-11-29 21:21:32 +0100 |
---|---|---|
committer | Martin Dietze <herbert@spamcop.net> | 2009-11-29 21:21:32 +0100 |
commit | f32389464a0a74358d5b8f92f7dfbbda05aa0c0a (patch) | |
tree | ce2ffe3fb89953e7416740f91d06a3ae911761f9 /recipes/e17/exhibit_svn.bb | |
parent | a6f587c3ac875f4d89cedef234e6c6762cbdfaaa (diff) | |
parent | 7c7550ac80575d9a32714fa9c7d91ee2d0ad23bd (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/e17/exhibit_svn.bb')
-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" |