diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-22 22:26:29 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-22 22:27:36 +0200 |
commit | e23d7a55ca2cc2f790e9e9175bfbc1b9db0e8d20 (patch) | |
tree | df5ae8adf2ce2c17b0652e22a1ec839701aaf156 /recipes/ebrainy | |
parent | f50a28e4e3b2f310d11e914c8a16cb86ee9f97d6 (diff) |
recipes: 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 cedbd9f4dc..d41c483374 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 = "r5" +PR = "r6" SRCREV = "21" SRC_URI = "svn://ebrainy.googlecode.com/svn/trunk;module=.;proto=http" S = "${WORKDIR}" |