Files
poky/openembedded/packages/curl/curl-native_7.14.0.bb
Chris Lord 4fbba6350e Add curl (new dependency of Web), fix a fontconfig-native build issue,
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
2006-02-07 04:22:50 +00:00

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() {
:
}