[oe-commits] Ross Burton : waffle: upgrade to 1.5.0

git at git.openembedded.org git at git.openembedded.org
Thu Jan 1 11:39:10 UTC 2015


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

Author: Ross Burton <ross.burton at intel.com>
Date:   Wed Dec 31 11:43:38 2014 +0000

waffle: upgrade to 1.5.0

Add inherit of lib_package as there is now a tool in ${bindir} which breaks the
package renaming.

Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-graphics/waffle/{waffle_1.3.0.bb => waffle_1.5.0.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-graphics/waffle/waffle_1.3.0.bb b/meta/recipes-graphics/waffle/waffle_1.5.0.bb
similarity index 87%
rename from meta/recipes-graphics/waffle/waffle_1.3.0.bb
rename to meta/recipes-graphics/waffle/waffle_1.5.0.bb
index a6d1acd..3a603a8 100644
--- a/meta/recipes-graphics/waffle/waffle_1.3.0.bb
+++ b/meta/recipes-graphics/waffle/waffle_1.5.0.bb
@@ -4,10 +4,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4c5154407c2490750dd461c50ad94797 \
                     file://include/waffle/waffle.h;endline=24;md5=61dbf8697f61c78645e75a93c585b1bf"
 
 SRC_URI = "http://people.freedesktop.org/~chadversary/waffle/files/release/${BPN}-${PV}/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "5020ecc249096c881e1f59ee961f3d41"
-SRC_URI[sha256sum] = "340ee04172dba878249469018cd7ec9d1ecd41af26b612c741b8b52e713bca8e"
+SRC_URI[md5sum] = "81d6060eb03cdacb5c6e1be95a43d668"
+SRC_URI[sha256sum] = "6344fa2803d76182a08380780605b36c38e795639a3229281c96b75cc30137a8"
 
-inherit cmake
+inherit cmake lib_package
 
 # This should be overridden per-machine to reflect the capabilities of the GL
 # stack.



More information about the Openembedded-commits mailing list