Bug 9501 - eudev fails to build with older kernel headers
Summary: eudev fails to build with older kernel headers
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2016.11
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-23 16:57 UTC by Gustavo Sverzut Barbieri
Modified: 2017-01-03 20:22 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
[PATCH] eudev: build with older kernels. (1.24 KB, patch)
2016-12-23 16:57 UTC, Gustavo Sverzut Barbieri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Sverzut Barbieri 2016-12-23 16:57:50 UTC
Created attachment 6831 [details]
[PATCH] eudev: build with older kernels.

eudev fails to build with older (ie: 2.6) kernel headers due missing defines:
 - BTN_TRIGGER_HAPPY
 - INPUT_PROP_MAX

Define them if they were not done and  the build passes. See the attached patch.
Comment 1 Gustavo Sverzut Barbieri 2017-01-03 20:22:48 UTC
fixed by c72dc476e9521fc6791c70cf979d39d983f6afa9