From 4ffe15ff9878462de454a87cf73c37853f905881 Mon Sep 17 00:00:00 2001 From: Michael Kurz Date: Sat, 21 Aug 2010 05:22:50 +0000 Subject: ode_0.9.bb: clean up the recipe and fix some issues. * remove do_stage and do_install those do not needed. ' fix the missing headerfiles in the dev package. * fix QA: non dev contains .so. * install.patch: adjust the patch a bit so that DESTDIR is used. Signed-off-by: Michael Kurz Signed-off-by: Khem Raj --- recipes/ode/files/install.patch | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'recipes/ode/files') diff --git a/recipes/ode/files/install.patch b/recipes/ode/files/install.patch index d63229f8ec..2f6cdb0080 100644 --- a/recipes/ode/files/install.patch +++ b/recipes/ode/files/install.patch @@ -1,21 +1,22 @@ -Index: ode-0.9/Makefile.am -=================================================================== ---- ode-0.9.orig/Makefile.am -+++ ode-0.9/Makefile.am -@@ -25,13 +25,13 @@ dist-zip: ${PACKAGE}-${VERSION}.tar.gz +--- 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@ \ -+ ln -sf ./@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \ - $(libdir)/libode.so +- $(libdir)/libode.so - ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \ -+ ln -sf ./@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \ - $(libdir)/@ODE_SONAME@ +- $(libdir)/@ODE_SONAME@ - ln -s $(libdir)/@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \ -+ ln -sf ./@ODE_SONAME@.@ODE_REVISION@.@ODE_AGE@ \ - $(libdir)/@ODE_SONAME@.@ODE_REVISION@ +- $(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: -- cgit 1.2.3-korg