* [meta-oe][meta-efl][PATCH] ode: Move to nonworking
@ 2014-02-23 22:21 Martin Jansa
2014-02-24 9:22 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2014-02-23 22:21 UTC (permalink / raw)
To: openembedded-devel
* according to http://www.openembedded.org/wiki/Bitbake_World_Status
it's broken at least since 2013-10-30 and nobody seems to care
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-oe][meta-efl][PATCH] ode: Move to nonworking
2014-02-23 22:21 [meta-oe][meta-efl][PATCH] ode: Move to nonworking Martin Jansa
@ 2014-02-24 9:22 ` Martin Jansa
0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2014-02-24 9:22 UTC (permalink / raw)
To: openembedded-devel
[-- 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 --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-24 9:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-23 22:21 [meta-oe][meta-efl][PATCH] ode: Move to nonworking Martin Jansa
2014-02-24 9:22 ` Martin Jansa
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.