diff options
Diffstat (limited to 'pad/pad-native.oe')
-rw-r--r-- | pad/pad-native.oe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pad/pad-native.oe b/pad/pad-native.oe index 83e9f6779e..e7b53cd597 100644 --- a/pad/pad-native.oe +++ b/pad/pad-native.oe @@ -1,3 +1,4 @@ +SECTION = "console/utils" DESCRIPTION = "Console utility for padding a file (filling with 0 to reach a specified length)" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/pad" SRC_URI = "file://pad.c" |