mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
cd60a7eb24
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 lines
307 B
BlitzBasic
15 lines
307 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"
|
|
RDEPENDS = "connman gconnman"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
FILES_${PN} += "${datadir}/icons/hicolor"
|
|
|
|
inherit autotools_stage
|