omnievents : Package does not build properly. Deleted since I do not need
authorPhilip Balister <philip@balister.org>
Thu, 19 Oct 2006 11:50:39 +0000 (11:50 +0000)
committerPhilip Balister <philip@balister.org>
Thu, 19 Oct 2006 11:50:39 +0000 (11:50 +0000)
             it at the moment. I will re-add a working recipe if required
             in the future. This clears bug #90.

packages/omnievents/.mtn2git_empty [deleted file]
packages/omnievents/files/.mtn2git_empty [deleted file]
packages/omnievents/files/omniidl-cross.patch [deleted file]
packages/omnievents/omnievents_2.6.1.bb [deleted file]

diff --git a/packages/omnievents/.mtn2git_empty b/packages/omnievents/.mtn2git_empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/packages/omnievents/files/.mtn2git_empty b/packages/omnievents/files/.mtn2git_empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/packages/omnievents/files/omniidl-cross.patch b/packages/omnievents/files/omniidl-cross.patch
deleted file mode 100644 (file)
index 3afb2bb..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
---- omniEvents-2_6_1/config.mk.in       2004-11-16 18:04:42.000000000 -0500
-+++ omniEvents-2_6_1.new/config.mk.in   2005-03-29 08:38:08.023579809 -0500
-@@ -65,8 +65,12 @@
- ## IDL compiler.
- ##
-
-+ifndef IDL
- IDL         := @IDL@
-+endif
-+ifndef IDL_COS_DIR
- IDL_COS_DIR := @IDL_COS_DIR@
-+endif
- IDLFLAGS     = -bcxx  # <--- backend selection should be omniidl's first option.
- IDLFLAGS    += -Wba -Wbh='.hh' -Wbs='.cc' -Wbd='DynSK.cc' -WbBOA -Wbuse_quotes
- IDLFLAGS    += -I$(IDL_COS_DIR)/COS
-
diff --git a/packages/omnievents/omnievents_2.6.1.bb b/packages/omnievents/omnievents_2.6.1.bb
deleted file mode 100644 (file)
index 827719e..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-PR = "r0"
-DESCRIPTION = "OmniEvent service for omniORB"
-SECTION = "devel"
-PRIORITY = "optional"
-LICENSE = "LGPL"
-
-DEPENDS = omniorb
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/omnievents/omniEvents-2_6_1-src.tar.gz \
-file://omniidl-cross.patch;patch=1"
-
-S = "${WORKDIR}/omniEvents-2_6_1"
-
-inherit autotools pkgconfig
-
-#do_configure () {
-EXTRA_OECONF="--with-omniorb=${STAGING_LIBDIR}/../usr"
-#      oe_runconf
-#}
-
-do_compile () {
-       export IDL=${STAGING_DIR}/${BUILD_SYS}/bin/omniidl
-       export IDL_COS_DIR=${STAGING_DIR}/${BUILD_SYS}/share/idl/omniORB
-       oe_runmake
-}
-
-do_stage () {
-       make DESTDIR=${STAGING_LIBDIR}/.. install
-}
-
-#do_install () {
-#      export EmbeddedSystem=1
-#      make DESTDIR=${D} install
-#}