On Sun, Feb 23, 2014 at 11:21:53PM +0100, Martin Jansa wrote: > * according to http://www.openembedded.org/wiki/Bitbake_World_Status > it's broken at least since 2013-10-30 and nobody seems to care
mokomaze depends on ode, so I'll try to fix this one instead. > Signed-off-by: Martin Jansa <[email protected]> > --- > .../nonworking/ode/ode/install.patch | 23 +++++++++++++++++++++ > meta-oe/recipes-support/nonworking/ode/ode_0.9.bb | 24 > ++++++++++++++++++++++ > meta-oe/recipes-support/ode/ode/install.patch | 23 --------------------- > meta-oe/recipes-support/ode/ode_0.9.bb | 24 > ---------------------- > 4 files changed, 47 insertions(+), 47 deletions(-) > create mode 100644 meta-oe/recipes-support/nonworking/ode/ode/install.patch > create mode 100644 meta-oe/recipes-support/nonworking/ode/ode_0.9.bb > delete mode 100644 meta-oe/recipes-support/ode/ode/install.patch > delete mode 100644 meta-oe/recipes-support/ode/ode_0.9.bb > > diff --git a/meta-oe/recipes-support/nonworking/ode/ode/install.patch > b/meta-oe/recipes-support/nonworking/ode/ode/install.patch > new file mode 100644 > index 0000000..2f6cdb0 > --- /dev/null > +++ b/meta-oe/recipes-support/nonworking/ode/ode/install.patch > @@ -0,0 +1,23 @@ > +--- 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 > diff --git a/meta-oe/recipes-support/nonworking/ode/ode_0.9.bb > b/meta-oe/recipes-support/nonworking/ode/ode_0.9.bb > new file mode 100644 > index 0000000..1f3a5ca > --- /dev/null > +++ b/meta-oe/recipes-support/nonworking/ode/ode_0.9.bb > @@ -0,0 +1,24 @@ > +SUMMARY = "ODE is an Open Source Physics Engine" > +SECTION = "libs" > +HOMEPAGE = "http://www.ode.org" > +LICENSE = "LGPLv2.1 & BSD" > +LIC_FILES_CHKSUM = > "file://LICENSE-BSD.TXT;md5=c74e6304a772117e059458fb9763a928 \ > + file://LICENSE.TXT;md5=771782cb6245c7fbbe74bc0ec059beff" > + > + > +SRC_URI = "${SOURCEFORGE_MIRROR}/opende/ode-src-${PV}.zip \ > + file://install.patch" > + > +SRC_URI[md5sum] = "4c03759b76a0649a6d5108c8e172e1e4" > +SRC_URI[sha256sum] = > "460d0851b743b1f144ef2a8259004d6774504c95d08e9357a96a296111496feb" > + > +inherit autotools binconfig > + > +EXTRA_OECONF = "--disable-demos --enable-soname" > + > +do_configure_append() { > + echo "#define dInfinity DBL_MAX" >>include/ode/config.h > +} > + > +FILES_${PN} = "${libdir}/lib*${SOLIBS}" > + > diff --git a/meta-oe/recipes-support/ode/ode/install.patch > b/meta-oe/recipes-support/ode/ode/install.patch > deleted file mode 100644 > index 2f6cdb0..0000000 > --- a/meta-oe/recipes-support/ode/ode/install.patch > +++ /dev/null > @@ -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 > diff --git a/meta-oe/recipes-support/ode/ode_0.9.bb > b/meta-oe/recipes-support/ode/ode_0.9.bb > deleted file mode 100644 > index 1f3a5ca..0000000 > --- a/meta-oe/recipes-support/ode/ode_0.9.bb > +++ /dev/null > @@ -1,24 +0,0 @@ > -SUMMARY = "ODE is an Open Source Physics Engine" > -SECTION = "libs" > -HOMEPAGE = "http://www.ode.org" > -LICENSE = "LGPLv2.1 & BSD" > -LIC_FILES_CHKSUM = > "file://LICENSE-BSD.TXT;md5=c74e6304a772117e059458fb9763a928 \ > - file://LICENSE.TXT;md5=771782cb6245c7fbbe74bc0ec059beff" > - > - > -SRC_URI = "${SOURCEFORGE_MIRROR}/opende/ode-src-${PV}.zip \ > - file://install.patch" > - > -SRC_URI[md5sum] = "4c03759b76a0649a6d5108c8e172e1e4" > -SRC_URI[sha256sum] = > "460d0851b743b1f144ef2a8259004d6774504c95d08e9357a96a296111496feb" > - > -inherit autotools binconfig > - > -EXTRA_OECONF = "--disable-demos --enable-soname" > - > -do_configure_append() { > - echo "#define dInfinity DBL_MAX" >>include/ode/config.h > -} > - > -FILES_${PN} = "${libdir}/lib*${SOLIBS}" > - > -- > 1.9.0 > -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
