diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/omniorb/files | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/omniorb/files')
-rw-r--r-- | packages/omniorb/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/omniorb/files/omniORB-cross.patch | 31 | ||||
-rw-r--r-- | packages/omniorb/files/omniORB_embedded_appl.patch | 24 |
3 files changed, 55 insertions, 0 deletions
diff --git a/packages/omniorb/files/.mtn2git_empty b/packages/omniorb/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/omniorb/files/.mtn2git_empty diff --git a/packages/omniorb/files/omniORB-cross.patch b/packages/omniorb/files/omniORB-cross.patch index e69de29bb2..3206af2b7a 100644 --- a/packages/omniorb/files/omniORB-cross.patch +++ b/packages/omniorb/files/omniORB-cross.patch @@ -0,0 +1,31 @@ +*** omniORB-4.0.5/mk/beforeauto.mk.in 2004-10-17 20:44:56.000000000 -0400 +--- omniORB-4.0.5.new/mk/beforeauto.mk.in 2005-03-21 12:33:05.756947025 -0500 +*************** +*** 48,59 **** + # + # Tool bindir to use depends on make target + # + ifeq ($(MAKECMDGOALS),install) + TOOLBINDIR = $(INSTALLBINDIR) + else + TOOLBINDIR = $(TOP)/$(BINDIR) + endif +! + + ############################################################################# + # +--- 48,60 ---- + # + # Tool bindir to use depends on make target + # ++ ifndef TOOLBINDIR + ifeq ($(MAKECMDGOALS),install) + TOOLBINDIR = $(INSTALLBINDIR) + else + TOOLBINDIR = $(TOP)/$(BINDIR) + endif +! endif + + ############################################################################# + # + diff --git a/packages/omniorb/files/omniORB_embedded_appl.patch b/packages/omniorb/files/omniORB_embedded_appl.patch index e69de29bb2..43afc58bf2 100644 --- a/packages/omniorb/files/omniORB_embedded_appl.patch +++ b/packages/omniorb/files/omniORB_embedded_appl.patch @@ -0,0 +1,24 @@ +*** omniORB-4.0.5/src/dir.mk 2002-02-18 06:58:54.000000000 -0500 +--- omniORB-4.0.5.new/src/dir.mk 2005-03-23 09:11:04.585121450 -0500 +*************** +*** 12,20 **** + + SUBDIRS += lib + +! ifndef EmbeddedSystem + SUBDIRS += appl services +! endif + + all:: + @echo +--- 12,20 ---- + + SUBDIRS += lib + +! #ifndef EmbeddedSystem + SUBDIRS += appl services +! #endif + + all:: + @echo + |