diff options
author | Samuel MARTIN <s.martin49@gmail.com> | 2012-03-18 09:54:02 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-03-18 22:08:01 +0100 |
commit | 22937a37507f6e032b4c6a09ed3c45a982296176 (patch) | |
tree | b116866c4fe635673ef44ca90fd1e38b66e50a58 /docs/manual/adding-packages-directory.txt | |
parent | d41e115395071fe5c22f0cbd786426935d40d1d5 (diff) |
manual: fix typo
Signed-off-by: Samuel MARTIN <s.martin49@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/manual/adding-packages-directory.txt')
-rw-r--r-- | docs/manual/adding-packages-directory.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt index 0852b045f..04be820ce 100644 --- a/docs/manual/adding-packages-directory.txt +++ b/docs/manual/adding-packages-directory.txt @@ -8,12 +8,13 @@ Some packages have been grouped by topic in a sub-directory: +multimedia+, +java+, +x11r7+, and +games+. If your package fits in one of these categories, then create your package directory in these. + +Config.in+ file ~~~~~~~~~~~~~~~~ Then, create a file named +Config.in+. This file will contain the option descriptions related to our +libfoo+ software that will be used -and displayed in the configuration tool. It should basically contain : +and displayed in the configuration tool. It should basically contain: --------------------------- config BR2_PACKAGE_LIBFOO |