From: Rolf Leggewie Date: Sun, 1 Jun 2008 05:50:56 +0000 (+0000) Subject: acpid: 1.0.6 and later don't need the gcc40.patch anymore X-Git-Tag: Release-2010-05/1~6842^2~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b55693988503ae5e4533aba818a28d61caf4d79;p=openembedded.git acpid: 1.0.6 and later don't need the gcc40.patch anymore --- diff --git a/packages/acpid/acpid/gcc40.patch b/packages/acpid/acpid/gcc40.patch index 5320cee0bb..8e3b31da60 100644 --- a/packages/acpid/acpid/gcc40.patch +++ b/packages/acpid/acpid/gcc40.patch @@ -1,4 +1,5 @@ upstream: https://sourceforge.net/tracker/index.php?func=detail&aid=1895615&group_id=33140&atid=407341 +status: not necessary anymore at least from version 1.0.6 onwards where this patch reverse-applies cleanly Index: acpid-1.0.3/ud_socket.c =================================================================== diff --git a/packages/acpid/acpid_1.0.6.bb b/packages/acpid/acpid_1.0.6.bb index f48c262254..e096796fbd 100644 --- a/packages/acpid/acpid_1.0.6.bb +++ b/packages/acpid/acpid_1.0.6.bb @@ -1,4 +1,3 @@ require acpid.inc -SRC_URI += "file://gcc40.patch;patch=1" -PR = "r3" +PR = "r4"