[oe] Recipe for libserial_0.6.0rc1

Elvis Dowson elvis.dowson at mac.com
Sat Jun 20 18:23:27 UTC 2009


Hi Phil,
		Thanks for the input! :-)

On Jun 20, 2009, at 10:09 PM, Phil Blundell wrote:

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

I made the required changes but now get the following error:

| Making all in src
| /bin/sh: line 17: cd: src: No such file or directory
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory `/tool/overo-oe/tmp/work/armv7a-angstrom- 
linux-gnueabi/libserial-0.6.0rc1-r0/libserial-0.6.0rc1/doc'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/tool/overo-oe/tmp/work/armv7a-angstrom- 
linux-gnueabi/libserial-0.6.0rc1-r0/libserial-0.6.0rc1'
| make: *** [all] Error 2
| FATAL: oe_runmake failed



Here is what the full recipe looks like:

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

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

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

inherit autotools pkgconfig

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

do_stage() {
	autotools_stage_all
}




Best regards,

Elvis





More information about the Openembedded-devel mailing list