[oe-commits] Philip Balister : orc : Update to 0.4.23.

git at git.openembedded.org git at git.openembedded.org
Thu Jan 29 10:38:36 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: cca0ccfa9d019131f0c206f46d4f6af3e1eb2cf7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=cca0ccfa9d019131f0c206f46d4f6af3e1eb2cf7

Author: Philip Balister <philip at balister.org>
Date:   Mon Jan 26 06:46:36 2015 -0500

orc : Update to 0.4.23.

Orc has moved to freedesktop.org, so the fetch URL changed. Dropped the .inc
file and PR from the recipe.

This version fixes a bug that led to problems on armhf abi builds.

https://bugzilla.gnome.org/show_bug.cgi?id=727464

Signed-off-by: Philip Balister <philip at balister.org>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-devtools/orc/orc_0.4.18.bb              | 6 ------
 meta/recipes-devtools/orc/{orc.inc => orc_0.4.23.bb} | 6 +++---
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/meta/recipes-devtools/orc/orc_0.4.18.bb b/meta/recipes-devtools/orc/orc_0.4.18.bb
deleted file mode 100644
index 2375d8c..0000000
--- a/meta/recipes-devtools/orc/orc_0.4.18.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require orc.inc
-
-PR = "${INC_PR}.0"
-
-SRC_URI[orc.md5sum] = "1a2552e8d127526c48d644fe6437b377"
-SRC_URI[orc.sha256sum] = "34d3c8a7259f42bed4dcfbc106c5e3d0cc8e17eeaa73128d1c5eaf92883a6a24"
diff --git a/meta/recipes-devtools/orc/orc.inc b/meta/recipes-devtools/orc/orc_0.4.23.bb
similarity index 74%
rename from meta/recipes-devtools/orc/orc.inc
rename to meta/recipes-devtools/orc/orc_0.4.23.bb
index b134831..0e07731 100644
--- a/meta/recipes-devtools/orc/orc.inc
+++ b/meta/recipes-devtools/orc/orc_0.4.23.bb
@@ -3,9 +3,9 @@ HOMEPAGE = "http://code.entropywave.com/projects/orc/"
 LICENSE = "BSD-2-Clause & BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e"
 
-INC_PR = "r2"
-
-SRC_URI = "http://code.entropywave.com/download/orc/orc-${PV}.tar.gz;name=orc"
+SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz;name=orc"
+SRC_URI[orc.md5sum] = "72e0612ace54d77aa2f7a006348ee81a"
+SRC_URI[orc.sha256sum] = "767eaebce2941737b43368225ec54598b3055ca78b4dc50c4092f5fcdc0bdfe7"
 
 inherit autotools pkgconfig
 



More information about the Openembedded-commits mailing list