|
|
|
@ -42,14 +42,14 @@ if @@masterpfx@@_USE_@@originpfx@@
|
|
|
|
|
|
|
|
|
|
config @@pfx@@_PKG_NAME
|
|
|
|
|
string
|
|
|
|
|
default "@@name@@"
|
|
|
|
|
default "@@pkg_name@@"
|
|
|
|
|
|
|
|
|
|
#!// If a project makes official releases, using "bleeding edge"
|
|
|
|
|
#!// from a development repository is experimental. However, there
|
|
|
|
|
#!// are projects that consider its HEAD a "rolling release". For
|
|
|
|
|
#!// those, checking out from a repository is the regular method.
|
|
|
|
|
choice
|
|
|
|
|
bool "Source of @@name@@"
|
|
|
|
|
bool "Source of @@pkg_label@@"
|
|
|
|
|
|
|
|
|
|
#!if [ -n "@@all_versions@@" ]
|
|
|
|
|
config @@pfx@@_SRC_RELEASE
|
|
|
|
@ -78,7 +78,7 @@ choice
|
|
|
|
|
#!end-if
|
|
|
|
|
help
|
|
|
|
|
Version control system from which the sources will be checked out.
|
|
|
|
|
The default value points to the development repository for @@name@@.
|
|
|
|
|
The default value points to the development repository for @@pkg_label@@.
|
|
|
|
|
|
|
|
|
|
config @@pfx@@_DEVEL_VCS_git
|
|
|
|
|
bool "Git"
|
|
|
|
@ -191,13 +191,13 @@ config @@pfx@@_ARCHIVE_DIRNAME
|
|
|
|
|
#!//
|
|
|
|
|
#!if [ -n "@@all_versions@@" -a -z "@@versionlocked@@" ]
|
|
|
|
|
choice
|
|
|
|
|
bool "Version of @@name@@"
|
|
|
|
|
bool "Version of @@pkg_label@@"
|
|
|
|
|
help
|
|
|
|
|
For a released version, select the version of @@name@@ to download
|
|
|
|
|
For a released version, select the version of @@pkg_label@@ to download
|
|
|
|
|
and build. For sources out of the vendor repository or from a custom
|
|
|
|
|
location, select the version that describes those custom sources.
|
|
|
|
|
Based on this version, crosstool-NG may apply some version-specific
|
|
|
|
|
quirks while building @@name@@.
|
|
|
|
|
quirks while building @@pkg_label@@.
|
|
|
|
|
|
|
|
|
|
config @@pfx@@_VERY_NEW
|
|
|
|
|
bool "newer than anything below"
|
|
|
|
|