]> code.ossystems Code Review - openembedded-core.git/commit
iproute2: drop pointless configure-cross.patch
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Wed, 24 Jul 2019 08:23:49 +0000 (08:23 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Jul 2019 07:40:59 +0000 (08:40 +0100)
commit628de87240e9bc73ad63a32e5f67b58781d87dd0
tree1c635a6176502cfa7ff7bcabce618dc98887aa92
parente3043b2c86556d91387dfbdf155e9b5547cc20c4
iproute2: drop pointless configure-cross.patch

The configure script has already found IPT_LIB_DIR via pkgconfig, so
the configure-cross.patch really just introduces dead and broken
fallback code.

Broken, because the SYSROOT variable does not actually get set to a
sensible value - the argument $1 passed to the configure script when
invoked from the Makefile is KERNEL_INCLUDE, which we set to
${STAGING_INCDIR} in EXTRA_OEMAKE. Obviously that directory does not
have /lib or /usr subdirectories, so we're not really helping the
fallback logic in check_ipt_lib_dir() - in fact, we're more or less
guaranteeing that we won't find those .so files.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/iproute2/iproute2/configure-cross.patch [deleted file]
meta/recipes-connectivity/iproute2/iproute2_5.2.0.bb