root/ossiedev/branches/jawil06/recipes/ossie-system/ossie-standardinterfaces_0.8.1.bb @ 10736

Revision 10736, 0.8 KB (checked in by jawil06, 2 years ago)

boost-filesystem-mt seems to be renamed to boost-filesystem. Corrected. Also, some simple cleanup

Line 
1DESCRIPTION = "OSSIE Standard port interfaces"
2SECTION =  "libs"
3PRIORITY = "optional"
4LICENSE = "LGPL"
5
6PR = "r1"
7
8DEPENDS = "ossie-cf"
9
10S = "${WORKDIR}/standardInterfaces"
11
12SRC_URI = "svn://anon:ossiesdr@ossie.wireless.vt.edu/repos/ossie/ossiedev/tags/0.8.x/0.8.1/system/;module=standardInterfaces;rev=HEAD;proto=https \
13file://ossie-standardinterfaces-0.8.1.patch \
14file://ossie-standardinterfaces-0.8.1_idl-makefile.patch"
15
16inherit autotools pkgconfig
17
18EXTRA_OECONF = "--with-omniorb=${STAGING_BINDIR}/.. IDL=${STAGING_BINDIR_NATIVE}/omniidl OSSIE_CFLAGS=-I${STAGING_DIR_TARGET}/usr/include --libdir=/usr/lib --includedir=/usr/include --with-boost --with-boost-filesystem"
19
20do_install_prepend () {
21    export PYTHONPATH=${D}/${PYTHON_SITEPACKAGES_DIR}
22}
23
24do_stage () {
25        autotools_stage_all
26}
27
Note: See TracBrowser for help on using the browser.