1 SECTION
= "console/utils"
2 DESCRIPTION
= "Console utility for padding a file (filling with 0 to reach a specified length)"
3 FILESDIR
= "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/pad"
4 SRC_URI
= "file://pad.c"
11 $
{CC
} -I.
-o pad pad.c
15 install
-d $
{D
}$
{bindir
}/
16 install
-m
0755 pad $
{D
}$
{bindir
}/
19 NATIVE_INSTALL_WORKS
= "1"