public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Cedric Hombourger <Cedric_Hombourger@mentor.com>
To: <isar-users@googlegroups.com>
Cc: Cedric Hombourger <Cedric_Hombourger@mentor.com>
Subject: [PATCH] doc: use "do_install" instead of "do_populate_package"
Date: Mon, 15 Oct 2018 15:36:01 +0200	[thread overview]
Message-ID: <1539610561-274-1-git-send-email-Cedric_Hombourger@mentor.com> (raw)

commit fb28f1b replaced do_populate_package with do_install for
dpkg-raw recipes. One occurrence of this function was unfortunately
missed in the user manual.

Signed-off-by: Cedric Hombourger <Cedric_Hombourger@mentor.com>
---
 doc/user_manual.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/user_manual.md b/doc/user_manual.md
index db58cf1..55ab18b 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -560,7 +560,7 @@ DEBIAN_DEPENDS = "apt"
 
 inherit dpkg-raw
 
-do_populate_package() {
+do_install() {
 ....
 }
 ```
-- 
2.11.0


             reply	other threads:[~2018-10-15 13:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-15 13:36 Cedric Hombourger [this message]
2018-10-17 12:14 ` Maxim Yu. Osipov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1539610561-274-1-git-send-email-Cedric_Hombourger@mentor.com \
    --to=cedric_hombourger@mentor.com \
    --cc=isar-users@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox