diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-06-01 05:50:56 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-06-01 05:50:56 +0000 |
commit | 0b55693988503ae5e4533aba818a28d61caf4d79 (patch) | |
tree | 8cfbdc713ee3da266390d931bb038c1d608d4748 /packages | |
parent | 52ec107c716c78ea743faa99e6b7dad58925ed27 (diff) |
acpid: 1.0.6 and later don't need the gcc40.patch anymore
Diffstat (limited to 'packages')
-rw-r--r-- | packages/acpid/acpid/gcc40.patch | 1 | ||||
-rw-r--r-- | packages/acpid/acpid_1.0.6.bb | 3 |
2 files changed, 2 insertions, 2 deletions
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" |