compute TAG line in opie.bbclass instead of in (all) opie files
[vuplus_openembedded] / packages / opie-freetype / opie-freetype_1.1.9.bb
1 DESCRIPTION = "Freetype fontfactory plugin"
2 SECTION = "opie/fontfactories"
3 PRIORITY = "optional"
4 MAINTAINER = "Team Opie <opie@handhelds.org>"
5 LICENSE = "GPL"
6 DEPENDS = "freetype"
7 APPNAME = "freetypefactory"
8 PR = "r1"
9
10
11
12 SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/freetype"
13 S = "${WORKDIR}/freetype"
14
15 inherit opie
16
17 EXTRA_QMAKEVARS_POST = "INCLUDEPATH+=${STAGING_INCDIR}/freetype2"