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 | |
parent | cf75eaaac38b7eeef0d050ba63c1fde0971806d6 (diff) | |
download | meta-openembedded-contrib-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')
-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 af1c4d656ed..c731cf7079a 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}" S = "${WORKDIR}/git" +PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" + +PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," + inherit autotools pkgconfig do_configure_prepend() { |