diff options
Diffstat (limited to 'documentation/dev-manual')
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index e97cc734f9..f926f1d477 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -336,11 +336,12 @@ | |||
| 336 | DEPENDS_append_one = " foo" | 336 | DEPENDS_append_one = " foo" |
| 337 | DEPENDS_prepend_one = "foo " | 337 | DEPENDS_prepend_one = "foo " |
| 338 | </literallayout> | 338 | </literallayout> |
| 339 | As an actual example, here's a line from the recipe for | 339 | As an actual example, here's a line from the recipe |
| 340 | the OProfile profiler, which lists an extra build-time | 340 | for gnutls, which adds dependencies on |
| 341 | dependency when building specifically for 64-bit PowerPC: | 341 | "argp-standalone" when building with the musl C |
| 342 | library: | ||
| 342 | <literallayout class='monospaced'> | 343 | <literallayout class='monospaced'> |
| 343 | DEPENDS_append_powerpc64 = " libpfm4" | 344 | DEPENDS_append_libc-musl = " argp-standalone" |
| 344 | </literallayout> | 345 | </literallayout> |
| 345 | <note> | 346 | <note> |
| 346 | Avoiding "+=" and "=+" and using | 347 | Avoiding "+=" and "=+" and using |
| @@ -8216,7 +8217,9 @@ | |||
| 8216 | SRCREV_pn-matchbox-panel-2 ?= "${AUTOREV}" | 8217 | SRCREV_pn-matchbox-panel-2 ?= "${AUTOREV}" |
| 8217 | SRCREV_pn-matchbox-themes-extra ?= "${AUTOREV}" | 8218 | SRCREV_pn-matchbox-themes-extra ?= "${AUTOREV}" |
| 8218 | SRCREV_pn-matchbox-terminal ?= "${AUTOREV}" | 8219 | SRCREV_pn-matchbox-terminal ?= "${AUTOREV}" |
| 8219 | SRCREV_pn-matchbox-wm ?= "${AUTOREV}" . | 8220 | SRCREV_pn-matchbox-wm ?= "${AUTOREV}" |
| 8221 | SRCREV_pn-settings-daemon ?= "${AUTOREV}" | ||
| 8222 | SRCREV_pn-screenshot ?= "${AUTOREV}" | ||
| 8220 | . | 8223 | . |
| 8221 | . | 8224 | . |
| 8222 | . | 8225 | . |
