From 1f2f03c6c269ab336a6b8c908bcca8bc88194703 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 8 Jan 2012 19:05:05 +0000 Subject: classes: add palmtop-defs.bbclass The Opie-related definitions are about to be removed from bitbake.conf in OE-Core, so create a palmtop-defs.bbclass which can be used to hold these and make every recipe that refers to any of these definitions inherit it. Signed-off-by: Paul Eggleton --- classes/opie_i18n.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'classes/opie_i18n.bbclass') diff --git a/classes/opie_i18n.bbclass b/classes/opie_i18n.bbclass index 259add6..121533f 100644 --- a/classes/opie_i18n.bbclass +++ b/classes/opie_i18n.bbclass @@ -8,6 +8,8 @@ # Todo: # +inherit palmtop-defs + I18N_STATS = "1" SRC_URI += "${OPIE_GIT};protocol=git;subpath=i18n" DEPENDS += "opie-i18n" -- cgit 1.2.3-korg