diff options
| -rw-r--r-- | meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb | 7 |
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 | ||
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 17 | 17 | ||
| 18 | PACKAGECONFIG ??= "instrumentation" | ||
| 19 | |||
| 20 | PACKAGECONFIG_remove_mipsarch = "instrumentation" | ||
| 21 | PACKAGECONFIG_remove_powerpc = "instrumentation" | ||
| 22 | |||
| 23 | PACKAGECONFIG[instrumentation] = "--enable-instrumentation,--disable-instrumentation," | ||
| 24 | |||
| 18 | inherit autotools pkgconfig | 25 | inherit autotools pkgconfig |
| 19 | 26 | ||
| 20 | EXTRA_OECONF = "--with-zlib=${STAGING_EXECPREFIXDIR}" | 27 | EXTRA_OECONF = "--with-zlib=${STAGING_EXECPREFIXDIR}" |
