Changeset 10622

Show
Ignore:
Timestamp:
03/16/11 00:11:21 (2 years ago)
Author:
jawil06
Message:

omniORBpy recipe fixes, still need to be fully tested

Location:
ossiedev/branches/jawil06/recipes
Files:
12 added
2 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/jawil06/recipes/omniorbpy/omniorbpy-native_3.4.bb

    r10476 r10622  
    1111S = "${WORKDIR}/omniORBpy-${PV}" 
    1212 
    13 EXTRA_OECONF = "--with-omniorb=${STAGING_DIR_TARGET}/usr" 
     13EXTRA_OECONF += "--with-omniorb=${STAGING_DIR_NATIVE}/usr" 
    1414 
    1515inherit native autotools pkgconfig 
  • ossiedev/branches/jawil06/recipes/omniorbpy/omniorbpy_3.4.bb

    r10549 r10622  
    99SRC_URI = "http://downloads.sourceforge.net/omniorb/omniORBpy-3.4.tar.gz;name=omniORBpy34targz \ 
    1010file://omniORBpy-cross.patch \ 
     11file://omniORBpy_3.4_modules_codesets_dir.mk.patch \ 
     12file://omniORBpy_3.4_modules_connections_dir.mk.patch \ 
     13file://omniORBpy_3.4_modules_dir.mk.patch \ 
     14file://omniORBpy_3.4_modules_sslTP_dir.mk.patch \ 
    1115" 
    1216SRC_URI[omniORBpy34targz.md5sum] = "d054e99c89c20f86927c52010e9e7449" 
     
    1822#This is a big hack so that the shared library files are excluded from the package. The shared library files/symlinks must be manually copied from the  
    1923#omniorbpy-3.4-r0/image/usr/lib/python2.6/site-packages directory into the final installation until this is fixed. Letting BB package them causes this: 
    20 #ERROR: QA Issue with omniorbpy-dev: No GNU_HASH in the elf binary... 
    21 #See for more info: http://old.nabble.com/No-GNU_HASH-found-in-elf-binary-td23072960.html 
    2224${libdir}/python2.6/site-packages/*.pth \ 
    2325${libdir}/python2.6/site-packages/*.pyo \ 
    2426${libdir}/python2.6/site-packages/*.py \ 
    2527#${libdir}/python2.6/site-packages/* \ 
     28${libdir}/python2.6/site-packages/*.so.* \ 
    2629${libdir}/python2.6/site-packages/omniidl_be/* \ 
    2730${libdir}/python2.6/site-packages/omniORB/* \ 
     
    3740inherit autotools pkgconfig 
    3841 
     42#ERROR: QA Issue with omniorbpy-dev: No GNU_HASH in the elf binary... 
     43#See for more info: http://old.nabble.com/No-GNU_HASH-found-in-elf-binary-td23072960.html 
    3944TARGET_CC_ARCH += "${LDFLAGS}" 
    4045 
    4146do_compile () { 
    42         export STAGING_INCDIR=${STAGING_INCDIR} 
    43         export STAGING_LIBDIR=${STAGING_LIBDIR} 
    4447        export OMNIORB_BINDIR=${STAGING_BINDIR_NATIVE} 
    4548        oe_runmake