aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gsoap/gsoap-native_2.7.7.bb
blob: 206208d32915942b891bf02fe38b063c27b2a062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require gsoap_${PV}.bb

DEPENDS = ""
PR = "r1"

SRC_URI += "file://use-just-built-binary.patch;patch=1"

inherit native

do_stage() {
	autotools_stage_all
}

do_install() {
	:
}