summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml11
1 files changed, 3 insertions, 8 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 33b4038834..8a9326cc7f 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1248,19 +1248,14 @@
1248 <listitem><para><emphasis>Use and modify the following 1248 <listitem><para><emphasis>Use and modify the following
1249 skeleton recipe:</emphasis> 1249 skeleton recipe:</emphasis>
1250 <literallayout class='monospaced'> 1250 <literallayout class='monospaced'>
1251 SUMMARY = "" 1251 DESCRIPTION = ""
1252 HOMEPAGE = "" 1252 HOMEPAGE = ""
1253 LICENSE = "" 1253 LICENSE = ""
1254 1254 SECTION = ""
1255 DEPENDS = ""
1255 LIC_FILES_CHKSUM = "" 1256 LIC_FILES_CHKSUM = ""
1256 1257
1257 SRC_URI = "" 1258 SRC_URI = ""
1258 SRC_URI[md5sum] = ""
1259 SRC_URI[sha256sum] = ""
1260
1261 S = "${WORKDIR}/${PN}-${PV}"
1262
1263 inherit <replaceable>stuff</replaceable>
1264 </literallayout> 1259 </literallayout>
1265 Modifying this recipe is the recommended method for 1260 Modifying this recipe is the recommended method for
1266 creating a new recipe. 1261 creating a new recipe.