From cc9339f7fb2cc8e01a8d455f322d1e37ea599862 Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Fri, 1 Nov 2019 17:34:21 +0800 Subject: rtorrent: upgrade 0.9.7 -> 0.9.8 1) Upgrade rtorrent from 0.9.7 to 0.9.8. 2) Update don-t-run-code-while-configuring-package.patch for new version Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb') diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb index 9bb81c4096..331f978f86 100644 --- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb +++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb @@ -8,10 +8,10 @@ DEPENDS = "libsigc++-2.0 curl cppunit libtorrent ncurses" SRC_URI = "git://github.com/rakshasa/rtorrent \ file://don-t-run-code-while-configuring-package.patch \ " -# v0.9.7 -SRCREV = "327164f9d86aafcd2500a317d485374df32ea622" +# v0.9.8 +SRCREV = "6154d1698756e0c4842b1c13a0e56db93f1aa947" -PV = "0.9.7+git${SRCPV}" +PV = "0.9.8" S = "${WORKDIR}/git" -- cgit 1.2.3-korg