码迷,mamicode.com
首页 > 其他好文 > 详细

QA Issue: No GNU_HASH in the elf binary

时间:2020-06-15 17:39:20      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:file   div   style   packages   ext   解决方法   rsh   lin   flags   

解决方法:

do_install() {
    install -d ${D}${libdir}
    cp -a --no-preserve=ownership ${S}/libsample.so.3.5 ${D}${libdir}
    ln -sf libsample.so.3.5  ${D}${libdir}/libsample.so.3

#For dev packages only
    ln -sf libsample.so.3  ${D}${libdir}/libsample.so
}

FILES_${PN} = "${libdir}/*.so.*"

#For dev packages only
FILES_${PN}-dev = "${libdir}/*.so"

INSANE_SKIP_${PN} = "ldflags"

#For dev packages only
INSANE_SKIP_${PN}-dev = "ldflags"

 

QA Issue: No GNU_HASH in the elf binary

标签:file   div   style   packages   ext   解决方法   rsh   lin   flags   

原文地址:https://www.cnblogs.com/Ph-one/p/13131870.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!