From f972db3a048657c33ff45635f193c28e74ef5cfe Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 16 Jan 2015 12:41:14 -0800 Subject: dev-manual: Updates to the "Locate a Base Recipe" section. Bob Cochran pointed out that the skeleton recipe shown in the example is not really what is created by newbb.vim. I updated the example to match. (From yocto-docs rev: 2dfa712522aec5204b9e739b6060109090280011) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'documentation/dev-manual') 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 @@ Use and modify the following skeleton recipe: - SUMMARY = "" + DESCRIPTION = "" HOMEPAGE = "" LICENSE = "" - + SECTION = "" + DEPENDS = "" LIC_FILES_CHKSUM = "" SRC_URI = "" - SRC_URI[md5sum] = "" - SRC_URI[sha256sum] = "" - - S = "${WORKDIR}/${PN}-${PV}" - - inherit stuff Modifying this recipe is the recommended method for creating a new recipe. -- cgit v1.2.3-54-g00ecf