[oe] Naming of different recipes for the same package

Elena of Valhalla elena.valhalla at gmail.com
Tue Mar 17 16:50:56 UTC 2009


On Tue, Mar 17, 2009 at 2:12 PM, Torsten Sadowski
<torsten.sadowski at tu-berlin.de> wrote:
> I tried to make my own speech-dispatcher package but how can I name it to
> coexist with the default? "speech-dispatcher-noflite_0.6.6.bb" breaks the
> normal ${PN}-${PV} convention and fails during patching:
> Any hints?

you can set the S variable in the recipe like this

S = "${WORKDIR}/name-of-package-dir"

instead of the default value of S = "${WORKDIR}/${PN}-${PV}"

and it will look there for the unpackaged source

-- 
Elena ``of Valhalla''

homepage: http://www.trueelena.org
email: elena.valhalla at gmail.com




More information about the Openembedded-devel mailing list