summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-11-11 13:44:15 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-12-22 00:43:08 +0100
commit2f742417bbc58408ad0d9312c5febe7a956774ec (patch)
treeb971b41dd38a39bc2de97bd249a91bd71186f131
parent57ac17aa401d8e2fcc81710a922e1683d80e1a8b (diff)
lxterminal: update to 0.3.1
Move back to use the versioned tar ball, as that is now supporting gtk3. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-lxde/lxterminal/lxterminal_0.3.1.bb (renamed from recipes-lxde/lxterminal/lxterminal_git.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-lxde/lxterminal/lxterminal_git.bb b/recipes-lxde/lxterminal/lxterminal_0.3.1.bb
index 6ad1946..8d14ed4 100644
--- a/recipes-lxde/lxterminal/lxterminal_git.bb
+++ b/recipes-lxde/lxterminal/lxterminal_0.3.1.bb
@@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
DEPENDS = "glib-2.0 glib-2.0-native gtk+3 intltool-native vte xmlto-native"
SRC_URI = " \
- git://github.com/lxde/lxterminal.git;protocol=https \
+ ${SOURCEFORGE_MIRROR}/lxde/lxterminal-${PV}.tar.xz \
file://0002-man-Makefile.am-don-t-error-out-on-missing-man-depen.patch \
"
-SRCREV = "2cea95a7a8c4179e862ac3cb5036bf4e8316fff7"
-S = "${WORKDIR}/git"
+SRC_URI[md5sum] = "91febe1ec15297844333cb70f237b4b7"
+SRC_URI[sha256sum] = "cd8df387c2dd40e03b48caacf700820f9421b421954a0ed56395f505411d2c4b"
EXTRA_OECONF += "--enable-gtk3 --enable-man"