[OE-core] [PATCH] waffle: upgrade to 1.5.0

Ross Burton ross.burton at intel.com
Wed Dec 31 11:44:43 UTC 2014


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>
---
 .../recipes-graphics/waffle/{waffle_1.3.0.bb => waffle_1.5.0.bb} |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/waffle/{waffle_1.3.0.bb => waffle_1.5.0.bb} (87%)

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.
-- 
1.7.10.4




More information about the Openembedded-core mailing list