diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-09-22 18:18:46 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-25 14:14:17 +0100 |
commit | 68fb77d2f6057a1c2c2a299bb18915c40d65e756 (patch) | |
tree | 07645af8451e99f68d1fa4f1548886c923be0e3c /meta/recipes-devtools/pseudo/pseudo_1.8.2.bb | |
parent | 4862e21fa2e673ac62db4f8a5c5b1acbecb3a9ec (diff) | |
download | poky-68fb77d2f6057a1c2c2a299bb18915c40d65e756.tar.gz |
pseudo: use epoll API on Linux
The idea came up here:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=11309
and here:
http://lists.openembedded.org/pipermail/openembedded-core/2017-August/141491.html
(From OE-Core rev: 7fb4661b4e4c839b60975c3b8b0b163e1f84ab2e)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_1.8.2.bb')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_1.8.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_1.8.2.bb b/meta/recipes-devtools/pseudo/pseudo_1.8.2.bb index 9bcd031892..81853e95c4 100644 --- a/meta/recipes-devtools/pseudo/pseudo_1.8.2.bb +++ b/meta/recipes-devtools/pseudo/pseudo_1.8.2.bb | |||
@@ -8,6 +8,7 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/pseudo/${BPN}-${PV}.tar.bz | |||
8 | file://efe0be279901006f939cd357ccee47b651c786da.patch \ | 8 | file://efe0be279901006f939cd357ccee47b651c786da.patch \ |
9 | file://b6b68db896f9963558334aff7fca61adde4ec10f.patch \ | 9 | file://b6b68db896f9963558334aff7fca61adde4ec10f.patch \ |
10 | file://toomanyfiles.patch \ | 10 | file://toomanyfiles.patch \ |
11 | file://0001-Use-epoll-API-on-Linux.patch \ | ||
11 | " | 12 | " |
12 | 13 | ||
13 | SRC_URI[md5sum] = "7d41e72188fbea1f696c399c1a435675" | 14 | SRC_URI[md5sum] = "7d41e72188fbea1f696c399c1a435675" |