blob: 798a049a5a61f27590dc0ce48a7f43ef48d1518d (
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
|
DESCRIPTION = "Sugar base system"
LICENSE = "LGPLv2"
PR = "r3"
DEPENDS = "python-pygtk sugar-toolkit"
RDEPENDS = "python-pygtk sugar-toolkit python-logging python-dbus python-subprocess telepathy-python python-crypt python-numpy "
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
}
|