* [PATCH] kernel.bbclass: s!D!PKGD! (trivial)
@ 2010-04-14 9:57 Enrico Scholz
2010-04-14 12:42 ` Sebastian Spaeth
2010-04-14 13:38 ` Roman I Khimov
0 siblings, 2 replies; 3+ messages in thread
From: Enrico Scholz @ 2010-04-14 9:57 UTC (permalink / raw)
To: openembedded-devel; +Cc: Enrico Scholz
---
classes/kernel.bbclass | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/classes/kernel.bbclass b/classes/kernel.bbclass
index 69ab422..3e17f4e 100644
--- a/classes/kernel.bbclass
+++ b/classes/kernel.bbclass
@@ -337,7 +337,7 @@ python populate_packages_prepend () {
dvar = bb.data.getVar('PKGD', d, 1)
if not dvar:
- bb.error("D not defined")
+ bb.error("PKGD not defined")
return
kernelver = bb.data.getVar('KERNEL_VERSION', d, 1)
--
1.7.0.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] kernel.bbclass: s!D!PKGD! (trivial)
2010-04-14 9:57 [PATCH] kernel.bbclass: s!D!PKGD! (trivial) Enrico Scholz
@ 2010-04-14 12:42 ` Sebastian Spaeth
2010-04-14 13:38 ` Roman I Khimov
1 sibling, 0 replies; 3+ messages in thread
From: Sebastian Spaeth @ 2010-04-14 12:42 UTC (permalink / raw)
To: Enrico Scholz, openembedded-devel; +Cc: Enrico Scholz
On 2010-04-14, Enrico Scholz wrote:
> dvar = bb.data.getVar('PKGD', d, 1)
> if not dvar:
> - bb.error("D not defined")
> + bb.error("PKGD not defined")
Acked-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] kernel.bbclass: s!D!PKGD! (trivial)
2010-04-14 9:57 [PATCH] kernel.bbclass: s!D!PKGD! (trivial) Enrico Scholz
2010-04-14 12:42 ` Sebastian Spaeth
@ 2010-04-14 13:38 ` Roman I Khimov
1 sibling, 0 replies; 3+ messages in thread
From: Roman I Khimov @ 2010-04-14 13:38 UTC (permalink / raw)
To: openembedded-devel
В сообщении от Среда 14 апреля 2010 13:57:42 автор Enrico Scholz написал:
> ---
> classes/kernel.bbclass | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Acked-by: Roman I Khimov <khimov@altell.ru>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-04-14 14:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-14 9:57 [PATCH] kernel.bbclass: s!D!PKGD! (trivial) Enrico Scholz
2010-04-14 12:42 ` Sebastian Spaeth
2010-04-14 13:38 ` Roman I Khimov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.