[oe] Recipe for libserial_0.6.0rc1

Elvis Dowson elvis.dowson at mac.com
Sat Jun 20 17:59:08 UTC 2009


Hi,
	I'm trying to create a recipe for libserial-0.6.0rc1. There is a  
folder called sip in the package. How can I modify the recipe to  
remove the sip folder from the list of files to be configured and  
compiled?

DESCRIPTION = "C++ library for serial port support."
SECTION = "libs"
LICENSE = "GPL"
HOMEPAGE = "http://libserial.sourceforge.net/mediawiki/index.php/Main_Page 
"

SRC_URI = "${SOURCEFORGE_MIRROR}/libserial/libserial-${PV}.tar.gz"

S = "${WORKDIR}/libserial-${PV}"

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}

Best regards,

Elvis





More information about the Openembedded-devel mailing list