aboutsummaryrefslogtreecommitdiffstats
path: root/classes/opie_i18n.bbclass
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-12-16 12:51:46 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-12-16 12:51:46 +0000
commite0a4297d17ea8a90c2e8e6533a2bdfcca53ab8c0 (patch)
tree6d258d200ccd2a31491041ab6339acafc8f6ccd3 /classes/opie_i18n.bbclass
parenta542ae4108a276446f98328ebd821ea2f3828dc5 (diff)
downloadmeta-opie-e0a4297d17ea8a90c2e8e6533a2bdfcca53ab8c0.tar.gz
classes: rename oeclass -> bbclass in comments
oeclass was the old extension for bbclass files. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'classes/opie_i18n.bbclass')
-rw-r--r--classes/opie_i18n.bbclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/classes/opie_i18n.bbclass b/classes/opie_i18n.bbclass
index c9b0134..259add6 100644
--- a/classes/opie_i18n.bbclass
+++ b/classes/opie_i18n.bbclass
@@ -1,4 +1,4 @@
-# classes/opie_i18n.oeclass Matthias 'CoreDump' Hentges 16-10-2004
+# classes/opie_i18n.bbclass Matthias 'CoreDump' Hentges 16-10-2004
#
# Automatically builds i18n ipks for opie packages. It downloads opie-i18n from opie CVS
# and tries to guess the name of the .ts file based on the package name:
@@ -126,7 +126,7 @@ do_build_opie_i18n () {
then
echo "NOTE: FILES was set to ${palmtopdir} which would include the i18n directory"
printf "\n\nI'll remove ${palmtopdir} from FILES and replace it with all directories\n"
- echo "below QtPalmtop, except i18n ($qt_dirs). See classes/opie_i18n.oeclass for details"
+ echo "below QtPalmtop, except i18n ($qt_dirs). See classes/opie_i18n.bbclass for details"
# Removes /opt/QtPalmtop from FILES but keeps /opt/QtPalmtop/$some_dir
FILES="`echo "$FILES"| sed "s#${palmtopdir}[/]\?\$\|${palmtopdir}[/]\? ##"`"
@@ -134,7 +134,7 @@ do_build_opie_i18n () {
echo "${PN}#$FILES $dir_" >> "${WORKDIR}/FILES.tmp"
fi
- # This is the common case for OPIE apps which are installed by opie.oeclass magic
+ # This is the common case for OPIE apps which are installed by opie.bbclass magic
if test -z "${FILES}"
then
echo "NOTE:"