From: Cristiana Voicu Date: Wed, 7 May 2014 09:01:55 +0000 (+0300) Subject: kmod: update Upstream-Status for one patch X-Git-Tag: 2015-4~2867 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fe19e4d13a645efccd778cfd3a7b55fe74498d60;p=openembedded-core.git kmod: update Upstream-Status for one patch I will mark Inappropriate because the patch replaces some functions unavailable in older versions of glibc. Signed-off-by: Cristiana Voicu Signed-off-by: Saul Wold --- diff --git a/meta/recipes-kernel/kmod/kmod/Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch b/meta/recipes-kernel/kmod/kmod/Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch index 5b4c8fa27a..2320b92eba 100644 --- a/meta/recipes-kernel/kmod/kmod/Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch +++ b/meta/recipes-kernel/kmod/kmod/Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch @@ -8,6 +8,8 @@ available on older versions of glibc, For example, shipped on Centos 5.5. Change to directly calling bswap_* as defined in+byteswap.h. +Upstream-Status: Inappropriate + Signed-off-by: Ting Liu --- libkmod/libkmod-signature.c | 3 ++-