blob: 274453f17b02d52bac313a1af02ac22350c969d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
require gsoap_${PV}.bb
DEPENDS = ""
FILE_PR = "r1"
SRC_URI += "file://use-just-built-binary.patch;patch=1"
inherit native
do_stage() {
autotools_stage_all
}
do_install() {
:
}
|