From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][meta-efl][PATCH] ode: Move to nonworking
Date: Mon, 24 Feb 2014 10:22:56 +0100 [thread overview]
Message-ID: <20140224092256.GA26981@jama> (raw)
In-Reply-To: <1393194113-24177-1-git-send-email-Martin.Jansa@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 5521 bytes --]
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 <Martin.Jansa@gmail.com>
> ---
> .../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: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
prev parent reply other threads:[~2014-02-24 9:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-23 22:21 [meta-oe][meta-efl][PATCH] ode: Move to nonworking Martin Jansa
2014-02-24 9:22 ` Martin Jansa [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140224092256.GA26981@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.