Em qui., 14 de jan. de 2021 às 05:06, Diego Sueiro <diego.sue...@arm.com> escreveu: > > The intermediate-deploy class is to be inherited by recipes that > install intermediate artifacts which are not present in the filesystem > to be further processed by other recipes. > > The INTERMEDIATE_DEPLOY_DIRS variable is a space separated list of dirnames > from ${D} which include the intermediate artifacts. > > Change-Id: I314987587c1cf0e4cdb28fbf11463f1feb37504b ... > + for dir in ${INTERMEDIATE_DEPLOY_DIRS}; do > + dir="${dir%/}" > + dir="${dir#/}"
Does this work with dash? I believe this is bashism. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#146680): https://lists.openembedded.org/g/openembedded-core/message/146680 Mute This Topic: https://lists.openembedded.org/mt/79671196/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-