[oe] [oe-commits] org.oe.dev opie-freetype: fix packaging in proper way: APPTYPE = 'plugin'

Michael 'Mickey' Lauer mickey at tm.informatik.uni-frankfurt.de
Mon Sep 18 10:15:23 UTC 2006


Am Montag, den 18.09.2006, 11:38 +0200 schrieb hrw commit:
> opie-freetype: fix packaging in proper way: APPTYPE = 'plugin'

This is not necessary and was left out on purpose. Please see the
following snippet from opie.bbclass:

        APPNAME = bb.data.getVar( "APPNAME", d, True ) or
bb.data.getVar( "PN", d, True )
        APPTYPE = bb.data.getVar( "APPTYPE", d, True )
        if not APPTYPE:
                if bindir == "<BINDIR>":
                        APPTYPE = "quicklaunch"
                else:
                        APPTYPE = "plugin"

Since bindir is plugin/fontfactories for SECTION=opie/fontfactories,
APPTYPE=plugin gets automatically set.

-- 
Regards,

Michael 'Mickey' Lauer | FreeLancer | http://www.Vanille-Media.de






More information about the Openembedded-devel mailing list