diff options
author | Alejandro Enedino Hernandez Samaniego <alejandro@enedino.org> | 2020-08-23 06:30:07 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-08-23 22:51:20 -0700 |
commit | 8f5ed264dace24fa08a7217da0c73505ec5dc03f (patch) | |
tree | ff08b5d9bdc6c03ba8aa269de8c11c5a8252c631 /meta-networking | |
parent | 5dc41385987771d22221f7ef81e60ae7e78aac04 (diff) | |
download | meta-openembedded-8f5ed264dace24fa08a7217da0c73505ec5dc03f.tar.gz |
weechat: Upgrade to 2.9
- Add python3 rdepends on PACKAGECONFIG
Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-irc/weechat/weechat_2.9.bb (renamed from meta-networking/recipes-irc/weechat/weechat_2.8.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-networking/recipes-irc/weechat/weechat_2.8.bb b/meta-networking/recipes-irc/weechat/weechat_2.9.bb index cdfb1a963..512ed0e49 100644 --- a/meta-networking/recipes-irc/weechat/weechat_2.8.bb +++ b/meta-networking/recipes-irc/weechat/weechat_2.9.bb | |||
@@ -9,13 +9,14 @@ DEPENDS = "openssl zlib icu libgcrypt gnutls curl aspell" | |||
9 | SRC_URI = "https://weechat.org/files/src/weechat-${PV}.tar.xz \ | 9 | SRC_URI = "https://weechat.org/files/src/weechat-${PV}.tar.xz \ |
10 | file://0001-use-pkg-config-for-gcrypt-instead.patch \ | 10 | file://0001-use-pkg-config-for-gcrypt-instead.patch \ |
11 | " | 11 | " |
12 | SRC_URI[sha256sum] = "553ea295edad3b03cf88e6029c21e7bde32ff1cc026d35386ba9da3e56a6018c" | 12 | |
13 | SRC_URI[sha256sum] = "eab406c385c3a10d0107ddc3aac6596ae8c59af99e9158c6d769e90ec9adfa0e" | ||
13 | 14 | ||
14 | inherit cmake pkgconfig | 15 | inherit cmake pkgconfig |
15 | 16 | ||
16 | PACKAGECONFIG ??= " ncurses python" | 17 | PACKAGECONFIG ??= " ncurses python" |
17 | PACKAGECONFIG[ncurses] = "-DENABLE_NCURSES=ON,-DENABLE_NCURSES=OFF,ncurses" | 18 | PACKAGECONFIG[ncurses] = "-DENABLE_NCURSES=ON,-DENABLE_NCURSES=OFF,ncurses" |
18 | PACKAGECONFIG[python] = "-DENABLE_PYTHON=ON,-DENABLE_PYTHON=OFF,python3" | 19 | PACKAGECONFIG[python] = "-DENABLE_PYTHON=ON,-DENABLE_PYTHON=OFF,python3,python3" |
19 | 20 | ||
20 | EXTRA_OECMAKE_append = " -DENABLE_PHP=OFF -DENABLE_TCL=OFF -DENABLE_LUA=OFF -DENABLE_JAVASCRIPT=OFF -DENABLE_RUBY=OFF -DENABLE_GUILE=OFF -DENABLE_PERL=OFF -DENABLE_ASPELL=ON" | 21 | EXTRA_OECMAKE_append = " -DENABLE_PHP=OFF -DENABLE_TCL=OFF -DENABLE_LUA=OFF -DENABLE_JAVASCRIPT=OFF -DENABLE_RUBY=OFF -DENABLE_GUILE=OFF -DENABLE_PERL=OFF -DENABLE_ASPELL=ON" |
21 | 22 | ||