[oe] Recipe for libserial_0.6.0rc1

Koen Kooi k.kooi at student.utwente.nl
Sat Jun 20 19:07:37 UTC 2009


On 20-06-09 19:59, Elvis Dowson wrote:
> Hi,
> I'm trying to create a recipe for libserial-0.6.0rc1.

0.60rc1 as PV violates OE's versioning policy

> 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

use autotools_stage and AUTOTOOLS_STAGE_PKGCONFIG = 1

regards,

Koen





More information about the Openembedded-devel mailing list