mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
14 lines
250 B
BlitzBasic
14 lines
250 B
BlitzBasic
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() {
|
|
:
|
|
}
|
|
|