summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
index a3902b25f6..3ee69554b6 100644
--- a/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
+++ b/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb
@@ -15,6 +15,13 @@ PV = "0.13.8"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18PACKAGECONFIG ??= "instrumentation"
19
20PACKAGECONFIG_remove_mipsarch = "instrumentation"
21PACKAGECONFIG_remove_powerpc = "instrumentation"
22
23PACKAGECONFIG[instrumentation] = "--enable-instrumentation,--disable-instrumentation,"
24
18inherit autotools pkgconfig 25inherit autotools pkgconfig
19 26
20EXTRA_OECONF = "--with-zlib=${STAGING_EXECPREFIXDIR}" 27EXTRA_OECONF = "--with-zlib=${STAGING_EXECPREFIXDIR}"