* [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
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.