mirror of
git://git.yoctoproject.org/poky
synced 2026-09-26 14:16:56 +00:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5461 311d38ba-8fff-0310-9ca6-ca027cbcb966
15 lines
279 B
BlitzBasic
15 lines
279 B
BlitzBasic
LICENSE = "LGPL"
|
|
DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2"
|
|
|
|
SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|
|
|
|
|
|
FILES_${PN} = "${libdir}/*.so.*"
|
|
FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
|