Creating a receipe to copy the library files

INSANE_SKIP_${PN} = “ldflags”
INHIBIT_PACKAGE_DEBUG_SPLIT = “1”
INHIBIT_PACKAGE_STRIP = “1”

I used these commands in .bb file, now there is no error being shown while building the image,
Image built successfully

Hey, I rebuilt the image and tried the method shared above it works,

Thank you