aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/omniorb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/omniorb')
-rw-r--r--recipes/omniorb/omniorb-native_4.0.7.bb21
-rw-r--r--recipes/omniorb/omniorb_4.0.7.bb41
2 files changed, 0 insertions, 62 deletions
diff --git a/recipes/omniorb/omniorb-native_4.0.7.bb b/recipes/omniorb/omniorb-native_4.0.7.bb
deleted file mode 100644
index 7dcefd0538..0000000000
--- a/recipes/omniorb/omniorb-native_4.0.7.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-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*
-}
-
-SRC_URI[md5sum] = "9d478031be34232e988f3d5874396499"
-SRC_URI[sha256sum] = "e4c0875794a74ac627b7b74b6098e75c8413bd156856dc434a49c4c112a68af2"
diff --git a/recipes/omniorb/omniorb_4.0.7.bb b/recipes/omniorb/omniorb_4.0.7.bb
deleted file mode 100644
index 4f2be67c3c..0000000000
--- a/recipes/omniorb/omniorb_4.0.7.bb
+++ /dev/null
@@ -1,41 +0,0 @@
-DESCRIPTION = "OmniORB High Performance ORB"
-SECTION = "devel"
-PRIORITY = "optional"
-LICENSE = "LGPL"
-DEPENDS = "omniorb-native"
-PR = "r0"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/omniorb/omniORB-${PV}.tar.gz \
-file://omniORB.cfg \
-file://omniORB-cross.patch \
-file://omniORB_embedded_appl.patch \
-file://rm_LongDouble.patch \
-file://arm_double.patch;striplevel=0 \
-file://dynskel.patch;striplevel=0 \
-"
-
-S = "${WORKDIR}/omniORB-${PV}"
-
-FILES_${PN}-dev += "${datadir}/idl/omniORB/* ${datadir}/idl/omniORB/cos/*
-
-inherit autotools pkgconfig
-
-do_compile () {
- export EmbeddedSystem=1
- export TOOLBINDIR=${STAGING_BINDIR_NATIVE}
- oe_runmake
-}
-do_install () {
- export EmbeddedSystem=1
- make DESTDIR=${D} install
- install -d ${D}${sysconfdir}
- install -m 0644 ${WORKDIR}/omniORB.cfg ${D}${sysconfdir}
- install -d ${D}${localstatedir}/omninames
-}
-do_stage () {
- export EmbeddedSystem=1
- autotools_stage_all
-}
-
-SRC_URI[md5sum] = "9d478031be34232e988f3d5874396499"
-SRC_URI[sha256sum] = "e4c0875794a74ac627b7b74b6098e75c8413bd156856dc434a49c4c112a68af2"