diff options
author | Ross Burton <ross.burton@arm.com> | 2023-07-05 18:26:01 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-07-07 08:59:27 -0700 |
commit | 7c6c0dc0ec3569af4e1b00a0346d43f3cf9f8417 (patch) | |
tree | 71f14477be58fcbd9516a7dd96be2fcfecbcbfe3 /meta-oe | |
parent | f0eee676628a626b54ec23d14056ed1297af2926 (diff) | |
download | meta-openembedded-7c6c0dc0ec3569af4e1b00a0346d43f3cf9f8417.tar.gz |
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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/libpaper/libpaper_2.1.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libpaper/libpaper_2.1.0.bb b/meta-oe/recipes-support/libpaper/libpaper_2.1.0.bb index 26f8fab20..911582553 100644 --- a/meta-oe/recipes-support/libpaper/libpaper_2.1.0.bb +++ b/meta-oe/recipes-support/libpaper/libpaper_2.1.0.bb | |||
@@ -6,6 +6,4 @@ SRC_URI[sha256sum] = "474e9575e1235a0d8e3661f072de0193bab6ea1023363772f698a2cc39 | |||
6 | 6 | ||
7 | inherit perlnative autotools | 7 | inherit perlnative autotools |
8 | 8 | ||
9 | EXTRA_AUTORECONF += "--install" | ||
10 | |||
11 | BBCLASSEXTEND = "native" | 9 | BBCLASSEXTEND = "native" |