blob: 758bd0a3b15f24b6b06d89041f29903c5d127d44 (
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
32
33
34
35
|
DESCRIPTION = "Sugar base system"
LICENSE = "LGPLv2"
PR = "r4"
DEPENDS = "python-pygtk sugar-toolkit"
RDEPENDS = "python-datetime \
python-netclient \
python-pygtk \
sugar-toolkit \
python-logging \
python-dbus \
python-subprocess \
telepathy-python \
python-crypt \
python-numpy \
python-compression"
SRC_URI = "http://dev.laptop.org/pub/sugar/sources/sugar-base/${PN}-${PV}.tar.bz2"
inherit autotools distutils-base
FILES_${PN} += "${datadir}/${PN} \
${datadir}/dbus-1 \
${sysconfdir} "
FILES_${PN}-dbg += "${libdir}/python*/site-packages/sugar/.debug"
AUTOTOOLS_STAGE_PKGCONFIG = "1"
do_stage() {
autotools_stage_all
}
|