blob: 1924e9cbfe4df769c442cc35a5195017d6903383 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCIPTION = "Connection Management Panel Applet"
SRC_URI = "http://download.moblin.org/sources/carrick/1.1/carrick-${PV}.tar.bz2"
LICENSE = "GPLv2"
DEPENDS = "nbtk mutter-moblin librest libnotify mobile-broadband-provider-info"
RDEPENDS = "connman"
FILES_${PN} += "${datadir}/icons/hicolor"
inherit autotools
do_configure_prepend () {
mkdir -p ${S}/build/autotools
}
|