libpaper: remove redundant autoreconf --install

autotools.bbclass already uses --install, so there's no need to pass it
again.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ross Burton
2023-07-05 18:26:01 +01:00
committed by Khem Raj
parent f0eee67662
commit 7c6c0dc0ec
@@ -6,6 +6,4 @@ SRC_URI[sha256sum] = "474e9575e1235a0d8e3661f072de0193bab6ea1023363772f698a2cc39
inherit perlnative autotools
EXTRA_AUTORECONF += "--install"
BBCLASSEXTEND = "native"