[oe-commits] Cristian Iorga : libogg: upgrade to 1.3.2

git at git.openembedded.org git at git.openembedded.org
Sun Jun 1 13:30:36 UTC 2014


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

Author: Cristian Iorga <cristian.iorga at intel.com>
Date:   Fri May 30 18:15:32 2014 +0300

libogg: upgrade to 1.3.2

- Switched to BP variable.

Signed-off-by: Cristian Iorga <cristian.iorga at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/libogg/{libogg_1.3.1.bb => libogg_1.3.2.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-multimedia/libogg/libogg_1.3.1.bb b/meta/recipes-multimedia/libogg/libogg_1.3.2.bb
similarity index 71%
rename from meta/recipes-multimedia/libogg/libogg_1.3.1.bb
rename to meta/recipes-multimedia/libogg/libogg_1.3.2.bb
index 0c12e07..0142e0f 100644
--- a/meta/recipes-multimedia/libogg/libogg_1.3.1.bb
+++ b/meta/recipes-multimedia/libogg/libogg_1.3.2.bb
@@ -9,9 +9,9 @@ LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \
                     file://include/ogg/ogg.h;beginline=1;endline=11;md5=eda812856f13a3b1326eb8f020cc3b0b"
 
-SRC_URI = "http://downloads.xiph.org/releases/ogg/libogg-${PV}.tar.xz"
+SRC_URI = "http://downloads.xiph.org/releases/ogg/${BP}.tar.xz"
 
-SRC_URI[md5sum] = "ca25d8da0ddfc8c6cbbf78d847a209fe"
-SRC_URI[sha256sum] = "3a5bad78d81afb78908326d11761c0fb1a0662ee7150b6ad587cc586838cdcfa"
+SRC_URI[md5sum] = "5c3a34309d8b98640827e5d0991a4015"
+SRC_URI[sha256sum] = "3f687ccdd5ac8b52d76328fbbfebc70c459a40ea891dbf3dccb74a210826e79b"
 
 inherit autotools pkgconfig



More information about the Openembedded-commits mailing list