From e0a4297d17ea8a90c2e8e6533a2bdfcca53ab8c0 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 16 Dec 2011 12:51:46 +0000 Subject: classes: rename oeclass -> bbclass in comments oeclass was the old extension for bbclass files. Signed-off-by: Paul Eggleton --- classes/opie.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'classes/opie.bbclass') 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 -- cgit 1.2.3-korg