Skip to content

Commit f56d84f

Browse files
anatar818SsandhyaR
authored andcommitted
Merge pull request rdkcentral#375 from SsandhyaR/RDKBACCL-1316
RDKBACCL-1316 : Addressing missing lib*.so files for scarthgap rootfs
2 parents c6047e7 + e4e2630 commit f56d84f

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

meta-rdk-mtk-bpir4/recipes-ccsp/ccsp/ccsp-misc.bbappend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ CFLAGS_aarch64:append = "-Werror=format-truncation=1"
44

55
CFLAGS += " -DDHCPV4_CLIENT_UDHCPC -DDHCPV6_CLIENT_DIBBLER -DUDHCPC_RUN_IN_BACKGROUND"
66

7-
FILES:${PN}-dev += "${libdir}/*.so"
7+
INSANE_SKIP:${PN} += "dev-so"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include ccsp_common_bananapi.inc
22

33
TARGET_CFLAGS += "-Wno-error=address"
4-
FILES:${PN}-dev += "${libdir}/*.so"
4+
INSANE_SKIP:${PN} += "dev-so"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
FILES:${PN}-dev:remove = "${libdir}/*.so"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FILES_SOLIBSDEV = ""
2+
FILES:${PN} += "${libdir}/* \
3+
${bindir}/* "
4+
INSANE_SKIP:${PN} += "dev-so"

0 commit comments

Comments
 (0)