]> code.ossystems Code Review - openembedded-core.git/commitdiff
libsm: update to 1.2.3
authorArmin Kuster <akuster808@gmail.com>
Sat, 20 Oct 2018 16:56:09 +0000 (17:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Nov 2018 17:47:11 +0000 (17:47 +0000)
reoder things per style

Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-graphics/xorg-lib/libsm_1.2.3.bb [moved from meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb with 87% similarity]

similarity index 87%
rename from meta/recipes-graphics/xorg-lib/libsm_1.2.2.bb
rename to meta/recipes-graphics/xorg-lib/libsm_1.2.3.bb
index fdc693be1424ea350d932378dd32d40a47b02f41..81b434e8a316ff151c13cd79f8ae8194d7ad571c 100644 (file)
@@ -22,10 +22,10 @@ PE = "1"
 
 XORG_PN = "libSM"
 
-BBCLASSEXTEND = "native"
-
-SRC_URI[md5sum] = "499a7773c65aba513609fe651853c5f3"
-SRC_URI[sha256sum] = "0baca8c9f5d934450a70896c4ad38d06475521255ca63b717a6510fdb6e287bd"
+SRC_URI[md5sum] = "87c7fad1c1813517979184c8ccd76628"
+SRC_URI[sha256sum] = "2d264499dcb05f56438dee12a1b4b71d76736ce7ba7aa6efbf15ebb113769cbb"
 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
 PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
+
+BBCLASSEXTEND = "native"