diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-07-24 17:51:02 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-07-28 12:23:16 -0700 |
commit | 04bfe972a4b11aef22e1ce2cf704a3b0503dc336 (patch) | |
tree | 3ad0eb063a14a1beca0e8b4c06190f68af252b51 | |
parent | c07cfc20b2a46ffca5387ca4765b37116ca7041f (diff) | |
download | meta-openembedded-04bfe972a4b11aef22e1ce2cf704a3b0503dc336.tar.gz |
purple-skypeweb: upgrade 1.5 -> 1.6
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb b/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb index 092e6059b..eacd4abc0 100644 --- a/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb +++ b/meta-oe/recipes-support/pidgin/purple-skypeweb_git.bb | |||
@@ -8,10 +8,10 @@ DEPENDS = "pidgin json-glib glib-2.0 zlib" | |||
8 | inherit pkgconfig | 8 | inherit pkgconfig |
9 | 9 | ||
10 | SRC_URI = "git://github.com/EionRobb/skype4pidgin;branch=master;protocol=git" | 10 | SRC_URI = "git://github.com/EionRobb/skype4pidgin;branch=master;protocol=git" |
11 | SRCREV = "14f1b69b6292bbdc98cca484b050ec8359394c4e" | 11 | SRCREV = "77f94b55bfb8b0dbc7fafa7461057d33b6802236" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | PV = "1.5+git${SRCPV}" | 14 | PV = "1.6+git${SRCPV}" |
15 | 15 | ||
16 | do_compile() { | 16 | do_compile() { |
17 | oe_runmake -C skypeweb; | 17 | oe_runmake -C skypeweb; |