mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-06 22:24:40 +02:00
This recipe was inspired on the gsoap recipe in oe-classic. Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 lines
290 B
BlitzBasic
15 lines
290 B
BlitzBasic
require gsoap_${PV}.inc
|
|
|
|
DEPENDS = ""
|
|
EXTRA_OEMAKE = ""
|
|
|
|
inherit native
|
|
|
|
do_install() {
|
|
oe_runmake DESTDIR=${D} BINDIR=${D}${bindir} install
|
|
}
|
|
|
|
|
|
SRC_URI[md5sum] = "5700d26fc6fe3073d038349e19c3640d"
|
|
SRC_URI[sha256sum] = "51eef118544fa846f4d2dea2eedf91c84c46a1abeafc5eee3dcff783f4015a00"
|