summaryrefslogtreecommitdiffstats
path: root/meta/packages/curl/curl-native_7.14.0.bb
blob: 59af4ef32e799d75f1d37f9eb3f962402d0adf3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include curl_${PV}.bb
inherit native

do_stage () {
        install -d ${STAGING_INCDIR}/curl
        install -m 0644 ${S}/include/curl/*.h ${STAGING_INCDIR}/curl/
        oe_libinstall -so -a -C lib libcurl ${STAGING_LIBDIR}
}

do_install() {
	:
}