aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--classes/opie.bbclass4
-rw-r--r--classes/opie_i18n.bbclass6
2 files changed, 5 insertions, 5 deletions
diff --git a/classes/opie.bbclass b/classes/opie.bbclass
index 3630baf..df2b2a2 100644
--- a/classes/opie.bbclass
+++ b/classes/opie.bbclass
@@ -1,11 +1,11 @@
#
-# This oeclass takes care about some of the itchy details of installing parts
+# This bbclass takes care about some of the itchy details of installing parts
# of Opie applications. Depending on quicklaunch or not, plugin or not, the
# TARGET is either a shared object, a shared object with a link to quicklauncher,
# or a usual binary.
#
# You have to provide two things: 1.) A proper SECTION field, and 2.) a proper APPNAME
-# Then opie.oeclass will:
+# Then opie.bbclass will:
# * create the directory for the binary and install the binary file(s)
# * for applications: create the directory for the .desktop and install the .desktop file
# * for quicklauncher applications: create the startup symlink to the quicklauncher
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:"