aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-3rdparty/spojegui_svn.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-02-15 16:18:32 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-02-15 16:57:05 +0100
commit5f3bc5b423e00089e97c7a1657760f67bf20aa34 (patch)
tree7a707da804ae39c60cab4b454c50d4cbfae8ed6f /recipes/openmoko-3rdparty/spojegui_svn.bb
parentd9f3073b57b399f46ebf4fbdfdac9c0a55be4132 (diff)
downloadopenembedded-5f3bc5b423e00089e97c7a1657760f67bf20aa34.tar.gz
spojegui: bump SRCREV and remove upstream applied desktop file fixes for QA issues
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/openmoko-3rdparty/spojegui_svn.bb')
-rw-r--r--recipes/openmoko-3rdparty/spojegui_svn.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes/openmoko-3rdparty/spojegui_svn.bb b/recipes/openmoko-3rdparty/spojegui_svn.bb
index 8e94d7b042..a77d2be517 100644
--- a/recipes/openmoko-3rdparty/spojegui_svn.bb
+++ b/recipes/openmoko-3rdparty/spojegui_svn.bb
@@ -6,20 +6,17 @@ SECTION = "x11/applications"
PRIORITY = "optional"
RDEPENDS_${PN} = "python-core python-elementary python-sqlite3 python-netclient"
-SRCREV = "64"
+SRCREV = "68"
PV = "0.4.2+svnr${SRCPV}"
-PR = "r2"
S = "${WORKDIR}/build"
PACKAGE_ARCH = "all"
-SRC_URI = "svn://xeres.cz/spoje;module=build"
+SRC_URI = "svn://xeres.cz/spoje/trunk;module=build"
# override base_do_compile with own as included Makefile calls ipkg-build and it's not usefull to us at all
do_compile() {
- # fix QA issue
- sed -i '/^Encoding/d;/^Version/d;s/Categories=Application;/Categories=Utility;/g' ${S}/data/spoje.desktop
}
do_install() {