diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 5e6dafd5b6..372d7b788f 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -8179,21 +8179,20 @@ | |||
8179 | This line pulls in the listed include file that contains | 8179 | This line pulls in the listed include file that contains |
8180 | numerous lines of exactly that form: | 8180 | numerous lines of exactly that form: |
8181 | <literallayout class='monospaced'> | 8181 | <literallayout class='monospaced'> |
8182 | #SRCREV_pn-opkg-native ?= "${AUTOREV}" | ||
8183 | #SRCREV_pn-opkg-sdk ?= "${AUTOREV}" | ||
8184 | #SRCREV_pn-opkg ?= "${AUTOREV}" | ||
8185 | #SRCREV_pn-opkg-utils-naitve ?= "${AUTOREV}" | ||
8186 | #SRCREV_pn-opkg-utils ?= "${AUTOREV}" | ||
8182 | SRCREV_pn-gconf-dbus ?= "${AUTOREV}" | 8187 | SRCREV_pn-gconf-dbus ?= "${AUTOREV}" |
8183 | SRCREV_pn-matchbox-common ?= "${AUTOREV}" | 8188 | SRCREV_pn-matchbox-common ?= "${AUTOREV}" |
8184 | SRCREV_pn-matchbox-config-gtk ?= "${AUTOREV}" | 8189 | SRCREV_pn-matchbox-config-gtk ?= "${AUTOREV}" |
8185 | SRCREV_pn-matchbox-desktop ?= "${AUTOREV}" | 8190 | SRCREV_pn-matchbox-desktop ?= "${AUTOREV}" |
8186 | SRCREV_pn-matchbox-keyboard ?= "${AUTOREV}" | 8191 | SRCREV_pn-matchbox-keyboard ?= "${AUTOREV}" |
8187 | SRCREV_pn-matchbox-panel ?= "${AUTOREV}" | ||
8188 | SRCREV_pn-matchbox-panel-2 ?= "${AUTOREV}" | 8192 | SRCREV_pn-matchbox-panel-2 ?= "${AUTOREV}" |
8189 | SRCREV_pn-matchbox-themes-extra ?= "${AUTOREV}" | 8193 | SRCREV_pn-matchbox-themes-extra ?= "${AUTOREV}" |
8190 | SRCREV_pn-matchbox-terminal ?= "${AUTOREV}" | 8194 | SRCREV_pn-matchbox-terminal ?= "${AUTOREV}" |
8191 | SRCREV_pn-matchbox-wm ?= "${AUTOREV}" | 8195 | SRCREV_pn-matchbox-wm ?= "${AUTOREV}" . |
8192 | SRCREV_pn-matchbox-wm-2 ?= "${AUTOREV}" | ||
8193 | SRCREV_pn-settings-daemon ?= "${AUTOREV}" | ||
8194 | SRCREV_pn-screenshot ?= "${AUTOREV}" | ||
8195 | SRCREV_pn-libfakekey ?= "${AUTOREV}" | ||
8196 | SRCREV_pn-oprofileui ?= "${AUTOREV}" | ||
8197 | . | 8196 | . |
8198 | . | 8197 | . |
8199 | . | 8198 | . |