diff options
Diffstat (limited to 'meta-openembedded/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb')
-rw-r--r-- | meta-openembedded/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openembedded/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb b/meta-openembedded/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb index e0d3bef3c..83326cb54 100644 --- a/meta-openembedded/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb +++ b/meta-openembedded/meta-oe/recipes-connectivity/libtorrent/libtorrent_git.bb @@ -17,9 +17,9 @@ S = "${WORKDIR}/git" PACKAGECONFIG ??= "instrumentation" -PACKAGECONFIG_remove_mipsarch = "instrumentation" -PACKAGECONFIG_remove_powerpc = "instrumentation" -PACKAGECONFIG_remove_riscv32 = "instrumentation" +PACKAGECONFIG:remove:mipsarch = "instrumentation" +PACKAGECONFIG:remove:powerpc = "instrumentation" +PACKAGECONFIG:remove:riscv32 = "instrumentation" PACKAGECONFIG[instrumentation] = "--enable-instrumentation,--disable-instrumentation," @@ -27,6 +27,6 @@ inherit autotools pkgconfig EXTRA_OECONF = "--with-zlib=${STAGING_EXECPREFIXDIR}" -do_configure_prepend() { +do_configure:prepend() { (cd ${S}; ./autogen.sh; cd -) } |