Hello All,
I have a simple recipe in which a binary is installed to /usr/bin/. Now, I want
to establish a symlink to same binary also. I am using hardknott release
do_install () {
install -d ${D}${bindir}/
install -m 0755 ${WORKDIR}/test.sh ${D}${bindir}/test
lnr ${D}/usr/bin/test ${D} /usr/bin/test-x
}
Is this the correct approach? Or is there any better method?
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#58321): https://lists.yoctoproject.org/g/yocto/message/58321
Mute This Topic: https://lists.yoctoproject.org/mt/94263004/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-