blob: 7cdc121f77fdee561b3f5614735293543ab320cf (
plain)
1
2
3
4
5
6
7
8
9
10
|
require dietlibc.inc
PR = "${INC_PR}.2"
SRC_URI += "file://ccache.patch;patch=1 \
file://ceil.patch;patch=1 \
file://diethome.patch;patch=1 \
file://getrlimit.patch;patch=1 \
"
|