opie-freetype: fix packaging in proper way: APPTYPE = 'plugin'
authorMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 18 Sep 2006 09:33:06 +0000 (09:33 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Mon, 18 Sep 2006 09:33:06 +0000 (09:33 +0000)
packages/opie-freetype/opie-freetype.inc

index 5dbcf79..c7cd942 100644 (file)
@@ -6,6 +6,7 @@ LICENSE = "GPL"
 DEPENDS = "freetype opie-ttf-support"
 RDEPENDS = "opie-ttf-support"
 APPNAME = "freetypefactory"
+APPTYPE = "plugin"
 
 S = "${WORKDIR}/freetype"
 
@@ -13,9 +14,4 @@ inherit opie
 
 EXTRA_QMAKEVARS_POST += "INCLUDEPATH+=${STAGING_INCDIR}/freetype2"
 
-do_install () {
-       install -d ${D}${palmtopdir}/bin/
-       install -d ${D}${palmtopdir}/lib/
-       oe_libinstall -so libfreetypefactory ${D}${palmtopdir}/lib
-}
 DEBIAN_NOAUTONAME_opie-freetype = "1"