* [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
* Re: [PATCH] doc: use "do_install" instead of "do_populate_package"
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
0 siblings, 0 replies; 2+ messages in thread
From: Maxim Yu. Osipov @ 2018-10-17 12:14 UTC (permalink / raw)
To: Cedric Hombourger, isar-users
On 10/15/18 4:36 PM, Cedric Hombourger wrote:
> 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.
Applied to the 'next'.
Thanks,
Maxim.
> 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() {
> ....
> }
> ```
>
--
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov
^ 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