diff options
-rw-r--r-- | meta-oe/recipes-devtools/cpuid/cpuid_20230614.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/cpuid/cpuid_20230614.bb b/meta-oe/recipes-devtools/cpuid/cpuid_20230614.bb index ed339e0160..8fdbe21737 100644 --- a/meta-oe/recipes-devtools/cpuid/cpuid_20230614.bb +++ b/meta-oe/recipes-devtools/cpuid/cpuid_20230614.bb | |||
@@ -17,9 +17,7 @@ COMPATIBLE_HOST = "(i.86|x86_64).*-linux" | |||
17 | inherit perlnative | 17 | inherit perlnative |
18 | 18 | ||
19 | do_install () { | 19 | do_install () { |
20 | oe_runmake DESTDIR=${D} bindir=${bindir} mandir=${mandir} install | 20 | oe_runmake DESTDIR=${D} bindir=${bindir} mandir=${mandir} INSTALL_STRIP="" install |
21 | } | 21 | } |
22 | 22 | ||
23 | RDEPENDS:${PN} = "perl" | 23 | RDEPENDS:${PN} = "perl" |
24 | |||
25 | INSANE_SKIP:${PN} += "already-stripped" | ||