summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-bsp/skiboot/skiboot.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openpower/recipes-bsp/skiboot/skiboot.inc')
-rw-r--r--meta-openpower/recipes-bsp/skiboot/skiboot.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openpower/recipes-bsp/skiboot/skiboot.inc b/meta-openpower/recipes-bsp/skiboot/skiboot.inc
index e7fbf4a7d..7140c6432 100644
--- a/meta-openpower/recipes-bsp/skiboot/skiboot.inc
+++ b/meta-openpower/recipes-bsp/skiboot/skiboot.inc
@@ -25,3 +25,8 @@ do_compile() {
do_install() {
oe_runmake -C ${SKIBOOT_SUBDIR} install DESTDIR=${D} prefix=/usr PREFIX=$prefix
}
+
+# libflash.so is a SONAME and is strongly required in the production
+INSANE_SKIP_${PN}_append = "dev-so"
+FILES_SOLIBSDEV = ""
+FILES_${PN}_append = " ${libdir}/libflash.so"