diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-06-30 05:59:55 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-14 23:43:21 +0200 |
commit | f5cab49989e9e0cab54f4ddb95b1d37fdcb2ac55 (patch) | |
tree | 1dc7108076ed7df8d66773e92088789187edc891 /meta-oe/recipes-connectivity | |
parent | cf75eaaac38b7eeef0d050ba63c1fde0971806d6 (diff) | |
download | meta-openembedded-f5cab49989e9e0cab54f4ddb95b1d37fdcb2ac55.tar.gz |
rtorrent: Add and enable ipv6 packageconfig based on DISTRO_FEATURES
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb index af1c4d656..c731cf707 100644 --- a/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb +++ b/meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb | |||
@@ -14,6 +14,10 @@ PV = "0.9.6+git${SRCPV}" | |||
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | ||
18 | |||
19 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | ||
20 | |||
17 | inherit autotools pkgconfig | 21 | inherit autotools pkgconfig |
18 | 22 | ||
19 | do_configure_prepend() { | 23 | do_configure_prepend() { |