mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
update gtkhtml2 patches and update to a newer more functional Web snapshot git-svn-id: https://svn.o-hand.com/repos/poky@251 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() {
|
|
:
|
|
}
|
|
|