[oe] Recipe for libserial_0.6.0rc1

Phil Blundell pb at reciva.com
Sat Jun 20 18:09:01 UTC 2009


Try:

do_compile() {
	oe_runmake SUBDIRS="src doc examples"
}

p.

On Sat, 2009-06-20 at 21:59 +0400, Elvis Dowson wrote:
> 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
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel





More information about the Openembedded-devel mailing list