mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1446 311d38ba-8fff-0310-9ca6-ca027cbcb966
18 lines
246 B
BlitzBasic
18 lines
246 B
BlitzBasic
LICENSE = "GPLv2"
|
|
|
|
DEPENDS = "libgsf"
|
|
|
|
SRC_URI = "http://switch.dl.sourceforge.net/sourceforge/wvware/wv-${PV}.tar.gz"
|
|
|
|
PR = "r1"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
S = "${WORKDIR}/${PN}-${PV}"
|
|
|
|
EXTRA_OECONF = ""
|
|
|
|
do_stage () {
|
|
autotools_stage_all
|
|
}
|