mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-04 20:54:45 +02:00
dev-manual: update list of recipe files showing version numbers
Update the short list of recipe files showing examples of proper naming, and replace obsolete "irssi" example with example using "_git" as a version. (From yocto-docs rev: 95691fa4e7d30ee27cb1280df20751bf449538a4) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
3be97486e3
commit
9a6cf0d455
|
@ -188,13 +188,14 @@ the recipe.
|
||||||
Use lower-cased characters and do not include the reserved suffixes
|
Use lower-cased characters and do not include the reserved suffixes
|
||||||
``-native``, ``-cross``, ``-initial``, or ``-dev`` casually (i.e. do not use
|
``-native``, ``-cross``, ``-initial``, or ``-dev`` casually (i.e. do not use
|
||||||
them as part of your recipe name unless the string applies). Here are some
|
them as part of your recipe name unless the string applies). Here are some
|
||||||
examples:
|
examples (which includes the use of the string "git" as a special case of a
|
||||||
|
version identifier):
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
cups_1.7.0.bb
|
cups_2.4.12.bb
|
||||||
gawk_4.0.2.bb
|
gawk_5.3.2.bb
|
||||||
irssi_0.8.16-rc1.bb
|
psplash_git.bb
|
||||||
|
|
||||||
Running a Build on the Recipe
|
Running a Build on the Recipe
|
||||||
=============================
|
=============================
|
||||||
|
|
Loading…
Reference in New Issue
Block a user