mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 17:40:45 +00:00
ode: Remove stale file of recipe removed 2 years ago
Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
9fa7848415
commit
1fe22ef16d
@ -1,23 +0,0 @@
|
||||
--- ode-0.9.orig/Makefile.am 2007-02-21 15:54:54.000000000 +0100
|
||||
+++ ode-0.9/Makefile.am 2010-08-21 16:15:55.000000000 +0200
|
||||
@@ -25,13 +25,13 @@
|
||||
|
||||
if USE_SONAME
|
||||
install-exec-hook:
|
||||
- ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
|
||||
- $(libdir)/libode.so
|
||||
- ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
|
||||
- $(libdir)/@ODE_SONAME@
|
||||
- ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
|
||||
- $(libdir)/@ODE_SONAME@.@ODE_REVISION@
|
||||
- /sbin/ldconfig
|
||||
+ ln -s @ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
|
||||
+ $(DESTDIR)/$(libdir)/libode.so
|
||||
+ ln -s @ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
|
||||
+ $(DESTDIR)/$(libdir)/@ODE_SONAME@
|
||||
+ ln -s @ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \
|
||||
+ $(DESTDIR)/$(libdir)/@ODE_SONAME@.@ODE_REVISION@
|
||||
+ echo /sbin/ldconfig
|
||||
else
|
||||
install-exec-hook:
|
||||
endif
|
||||
Loading…
x
Reference in New Issue
Block a user