On 7/5/20 11:56 AM, Konrad Weihmann wrote:
- removed B = "${S}", which is the default anyway - removed FILES_${PN} =+ "${bindir}", as it's already covered by ${PN}-bin package Signed-off-by: Konrad Weihmann <[email protected]> --- meta-networking/recipes-support/ruli/ruli_0.36.bb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta-networking/recipes-support/ruli/ruli_0.36.bb b/meta-networking/recipes-support/ruli/ruli_0.36.bb index f920b592a..90e7fec52 100644 --- a/meta-networking/recipes-support/ruli/ruli_0.36.bb +++ b/meta-networking/recipes-support/ruli/ruli_0.36.bb @@ -18,8 +18,6 @@ SRC_URI = "http://download.savannah.gnu.org/releases/ruli/ruli_${PV}.orig.tar.gz SRC_URI[md5sum] = "e73fbfdeadddb68a703a70cea5271468" SRC_URI[sha256sum] = "11d32def5b514748fbd9ea8c88049ae99e1bb358efc74eb91a4d268a3999dbfa"-B = "${S}"- EXTRA_OEMAKE = 'CC="${CC}" OOP_BASE_DIR="${STAGING_EXECPREFIXDIR}" \ INSTALL_BASE_DIR="${D}${exec_prefix}" \ OOP_LIB_DIR=${STAGING_EXECPREFIXDIR}/${baselib} \ @@ -34,5 +32,3 @@ do_install() { }PACKAGES =+ "${PN}-bin"- -FILES_${PN} =+ "${bindir}"
would this move the binaries from PN to PN-bin ?
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#85649): https://lists.openembedded.org/g/openembedded-devel/message/85649 Mute This Topic: https://lists.openembedded.org/mt/75319273/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
