summaryrefslogtreecommitdiff
path: root/classes/openmoko2.bbclass
blob: 233c721ff7b7d36e5d0a6f08378a142e78fe9a48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
inherit autotools pkgconfig

HOMEPAGE = "http://www.openmoko.org"
OPENMOKO_RELEASE ?= "OM-2007.2"
OPENMOKO_MIRROR ?= "svn://svn.openmoko.org/trunk"

def openmoko_two_get_license(d):
    openmoko, section = bb.data.getVar('SECTION', d, 1).split("/")
    return "LGPL GPL".split()[section != "libs"]

def openmoko_two_get_subdir(d):
    openmoko, section = bb.data.getVar('SECTION', d, 1).split("/")
    if section == 'base': return ""
    elif section == 'libs': return "libraries"
    elif section in 'apps tools pim'.split(): return "applications"
    elif section == "panel-plugin": return "panel-plugins"
    elif section == "inputmethods": return "inputmethods"
    elif section == "daemons": return "daemons"
    elif section == "misc": return "misc"
    else: return section

LICENSE = "${@openmoko_two_get_license(d)}"
SUBDIR = "${@openmoko_two_get_subdir(d)}"

SRC_URI := "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/${SUBDIR};module=${PN};proto=http"
S = "${WORKDIR}/${PN}"

FILES_${PN} += "${datadir}/icons"

SVNREV = "r${SRCREV}"
#SVNREV = "${SRCDATE}"
396434'>x11: change virtual/x11 to virtual/libx11Justin Patrin1 2006-07-26x11: switch to virtual/x11 so that diet or full x11 can be selectedJustin Patrin1 2006-03-01all over the place: adapt DEPENDS to new xlib namesPhilipp Zabel1 2005-06-30import clean BK tree at cset 1.3670Koen Kooi9 2005-03-06Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedHolger Freyther1 2005-03-03Merge oe-devel@oe-devel.bkbits.net:openembeddedRene Wagner3 2005-03-03add updated gnuplot stuff courtesy Philip FramptonMichael Lauer7 2005-02-23Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1 2005-01-25xxf86vmext_cvs.bb:Greg Gilbert1 2004-12-19gnuplot: improved iconRene Wagner2 2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson4