root/ossiedev/branches/jawil06/recipes/ossie-cf/ossie-cf_0.8.1.bb @ 10365

Revision 10365, 0.8 KB (checked in by jawil06, 3 years ago)

Updating bitbake recipes.

Line 
1DESCRIPTION = "OSSIE Core Framework"
2HOMEPAGE = "http://ossie.wireless.vt.edu/"
3SECTION =  "libs"
4PRIORITY = "optional"
5LICENSE = "LGPL"
6DEPENDS = "omniorb boost libtool-cross"
7
8PR = "r0"
9
10SRC_URI = "svn://ossie.wireless.vt.edu/repos/ossie/ossiedev/branches/jawil06/ossie-oe/system/;module=ossie;rev=HEAD;proto=https"
11S = "${WORKDIR}/ossie"
12
13inherit autotools pkgconfig
14
15EXTRA_OECONF = "--with-omniorb=${STAGING_BINDIR}/.. IDL=${STAGING_BINDIR_NATIVE}/omniidl --libdir=/usr/lib --includedir=/usr/include --with-boost --with-boost-filesystem=boost_filesystem-mt"
16
17# This is a hack to ignore the output of config.log which halts compilation due to errors with host files. This is a work-around, NOT a fix.
18do_configure_append () {
19        rm config.log
20}
21
22do_stage () {
23        autotools_stage_all
24}
25
Note: See TracBrowser for help on using the browser.