blob: 5ea7cba83a21bcdd456cbde3d16e31dbe76219a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
DESCRIPTION = "GNOME Python miscellaneous bindings"
LICENSE = "LGPL"
DEPENDS = "libgnomeui pyorbit python-pygtk"
RDEPENDS = "pyorbit"
PR = "r0"
inherit gnome distutils-base pkgconfig
FILES_${PN}-dbg += "${libdir}/gnome-vfs-2.0/modules/.debug"
do_configure() {
export HOST_SYS=${HOST_SYS}
export BUILD_SYS=${BUILD_SYS}
autotools_do_configure
}
|