mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
10 lines
247 B
BlitzBasic
10 lines
247 B
BlitzBasic
LICENSE = "LGPL"
|
|
DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2"
|
|
|
|
SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
|
|
|
|
inherit autotools_stage pkgconfig
|
|
|
|
FILES_${PN} = "${libdir}/*.so.*"
|
|
FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
|