public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] doc: use "do_install" instead of "do_populate_package"
@ 2018-10-15 13:36 Cedric Hombourger
  2018-10-17 12:14 ` Maxim Yu. Osipov
  0 siblings, 1 reply; 2+ messages in thread
From: Cedric Hombourger @ 2018-10-15 13:36 UTC (permalink / raw)
  To: isar-users; +Cc: Cedric Hombourger

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-17 12:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-15 13:36 [PATCH] doc: use "do_install" instead of "do_populate_package" Cedric Hombourger
2018-10-17 12:14 ` Maxim Yu. Osipov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox