1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 03:47:03 +00:00
Files
2009-10-12 17:57:08 +01:00

19 lines
430 B
BlitzBasic

DESCIPTION = "Connection Management Panel Applet"
SRC_URI = "git://git.moblin.org/${PN}-ng.git;protocol=git"
LICENSE = "GPLv2"
PV = "0.0+git${SRCPV}"
PR = "r1"
DEPENDS = "gconnman nbtk mutter-moblin librest libnotify mobile-broadband-provider-info"
RDEPENDS = "connman gconnman"
S = "${WORKDIR}/git"
FILES_${PN} += "${datadir}/icons/hicolor"
inherit autotools_stage
do_configure_prepend () {
mkdir -p ${S}/build/autotools
}