diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-07 08:47:02 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-08 23:39:26 +0200 |
commit | 4b371c21f849b4e5b8faf6e70a2dd8d7a6983f9e (patch) | |
tree | a69310f56cd1e2ebadf472486bd99f72185421d3 /recipes/ebrainy | |
parent | 1789f88e450bdd381781c896d6897dc6f64e7ca9 (diff) |
packages: PR bump after EFL SRCREV change resulting to different .so names.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/ebrainy')
-rw-r--r-- | recipes/ebrainy/ebrainy_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ebrainy/ebrainy_svn.bb b/recipes/ebrainy/ebrainy_svn.bb index 8d63bfaa7b..eb9fc46bc0 100644 --- a/recipes/ebrainy/ebrainy_svn.bb +++ b/recipes/ebrainy/ebrainy_svn.bb @@ -6,7 +6,7 @@ SECTION = "e/apps" RDEPENDS_${PN} = "elementary sqlite3 python-sqlalchemy python-mysqldb python-netserver" PV = "0.0.1+svnr${SRCPV}" -PR = "r1" +PR = "r2" SRCREV = "21" SRC_URI = "svn://ebrainy.googlecode.com/svn/trunk;module=.;proto=http" S = "${WORKDIR}" |