diff options
author | Philip Balister <philip@balister.org> | 2015-01-26 06:46:36 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-29 15:36:49 +0000 |
commit | b688d55d10e915e4b6524421efa9da50c4848b17 (patch) | |
tree | 3c32c63bb75890fa11cc98009980b13397d3acc0 /meta | |
parent | af691920c0e289fd0eb13d94cad03c799375af21 (diff) | |
download | poky-b688d55d10e915e4b6524421efa9da50c4848b17.tar.gz |
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
(From OE-Core rev: cca0ccfa9d019131f0c206f46d4f6af3e1eb2cf7)
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/orc/orc_0.4.18.bb | 6 | ||||
-rw-r--r-- | meta/recipes-devtools/orc/orc_0.4.23.bb (renamed from meta/recipes-devtools/orc/orc.inc) | 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 2375d8c696..0000000000 --- a/meta/recipes-devtools/orc/orc_0.4.18.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require orc.inc | ||
2 | |||
3 | PR = "${INC_PR}.0" | ||
4 | |||
5 | SRC_URI[orc.md5sum] = "1a2552e8d127526c48d644fe6437b377" | ||
6 | SRC_URI[orc.sha256sum] = "34d3c8a7259f42bed4dcfbc106c5e3d0cc8e17eeaa73128d1c5eaf92883a6a24" | ||
diff --git a/meta/recipes-devtools/orc/orc.inc b/meta/recipes-devtools/orc/orc_0.4.23.bb index b1348310ab..0e07731ac6 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/" | |||
3 | LICENSE = "BSD-2-Clause & BSD-3-Clause" | 3 | LICENSE = "BSD-2-Clause & BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=1400bd9d09e8af56b9ec982b3d85797e" |
5 | 5 | ||
6 | INC_PR = "r2" | 6 | SRC_URI = "http://gstreamer.freedesktop.org/src/orc/orc-${PV}.tar.xz;name=orc" |
7 | 7 | SRC_URI[orc.md5sum] = "72e0612ace54d77aa2f7a006348ee81a" | |
8 | SRC_URI = "http://code.entropywave.com/download/orc/orc-${PV}.tar.gz;name=orc" | 8 | SRC_URI[orc.sha256sum] = "767eaebce2941737b43368225ec54598b3055ca78b4dc50c4092f5fcdc0bdfe7" |
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||