All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] schroedinger: Bump version to 1.0.11
@ 2012-01-31  0:21 ulf
  2012-01-31  0:21 ` [PATCH 2/2] fakeroot(-native)_1.18.2.bb: Bump version ulf
  0 siblings, 1 reply; 4+ messages in thread
From: ulf @ 2012-01-31  0:21 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Ulf Samuelsson

From: Ulf Samuelsson <ulf@emagii.com>

schroedinger depends on orc (Oil Runtime Compiler)
With the current version of schroedinger (1.0.9)
orc must have revision 0.4.11 or earlier.
As of 0.4.12, a stdint.h header is removed, breaking
the schroedinger build, and thus oe-classic which is now
using orc-0.4.16 as default.

Bumping the version will resync schroedinger with orc

Signed-off-by: Ulf Samuelsson <ulf@emagii.com>
---
 recipes/schroedinger/schroedinger_1.0.11.bb |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
 create mode 100644 recipes/schroedinger/schroedinger_1.0.11.bb

diff --git a/recipes/schroedinger/schroedinger_1.0.11.bb b/recipes/schroedinger/schroedinger_1.0.11.bb
new file mode 100644
index 0000000..ad09dd6
--- /dev/null
+++ b/recipes/schroedinger/schroedinger_1.0.11.bb
@@ -0,0 +1,13 @@
+require schroedinger.inc
+
+PR = "${INC_PR}.0"
+
+inherit autotools
+
+SRC_URI[schroedingertargz.md5sum] = "da6af08e564ca1157348fb8d92efc891"
+SRC_URI[schroedingertargz.sha256sum] = "1e572a0735b92aca5746c4528f9bebd35aa0ccf8619b22fa2756137a8cc9f912"
+
+PACKAGES =+ "gst-plugin-schroedinger-dbg gst-plugin-schroedinger-dev gst-plugin-schroedinger"
+FILES_gst-plugin-schroedinger = "${libdir}/gstreamer-0.10/*.so"
+FILES_gst-plugin-schroedinger-dbg = "${libdir}/gstreamer-0.10/.debug"
+FILES_gst-plugin-schroedinger-dev = "${libdir}/gstreamer-0.10/*.*a"
-- 
1.7.5.4




^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-06 11:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-31  0:21 [PATCH 1/2] schroedinger: Bump version to 1.0.11 ulf
2012-01-31  0:21 ` [PATCH 2/2] fakeroot(-native)_1.18.2.bb: Bump version ulf
2012-02-01 14:58   ` Marco Cavallini
2012-02-06 11:05   ` Marco Cavallini

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.