summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/cpuid/cpuid_20230614.bb4
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"
17inherit perlnative 17inherit perlnative
18 18
19do_install () { 19do_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
23RDEPENDS:${PN} = "perl" 23RDEPENDS:${PN} = "perl"
24
25INSANE_SKIP:${PN} += "already-stripped"