aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/omniorb/omniorb-native_4.0.7.bb
blob: 1df6236aead9e2d0e163d06843dfd8a3eff85bec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SECTION = "devel"
DEPENDS += "python-native"
PR = "r0"

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

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

inherit native autotools

do_compile () {
        oe_runmake
}
# Ugly hack so libtool does not find native libs when building cross packages
# We really only build this package for omniidl anyway
do_stage_append() {
        rm -f  ${STAGING_LIBDIR_NATIVE}/libomni*
}