diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2016-09-26 09:53:14 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-11 08:51:21 +0100 |
| commit | 6ec45ef53dcf01c925367d5fb7f88b186f1dccee (patch) | |
| tree | c99b28350782c6e512bdbce49df287572a8f93dd | |
| parent | 45a8da9477c8c2f0b26ad49e54f7cfbe3603148e (diff) | |
| download | poky-6ec45ef53dcf01c925367d5fb7f88b186f1dccee.tar.gz | |
dev-manual: Update to GPL file finder script.
Fixes [YOCTO 10323]
Made a code change to the example script that helps a user
locate GPL files.
(From yocto-docs rev: bd02012de75f0c30887d3a5bb4aa219703a3ee1c)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index fc276e51ee..0476c5a5f1 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -10612,7 +10612,7 @@ | |||
| 10612 | mkdir -p $src_release_dir/$p/source | 10612 | mkdir -p $src_release_dir/$p/source |
| 10613 | cp $d/* $src_release_dir/$p/source 2> /dev/null | 10613 | cp $d/* $src_release_dir/$p/source 2> /dev/null |
| 10614 | mkdir -p $src_release_dir/$p/license | 10614 | mkdir -p $src_release_dir/$p/license |
| 10615 | cp tmp/deploy/licenses/$p/* source-release/$p/license 2> /dev/null | 10615 | cp tmp/deploy/licenses/$p/* $src_release_dir/$p/license 2> /dev/null |
| 10616 | fi | 10616 | fi |
| 10617 | done | 10617 | done |
| 10618 | done </literallayout> | 10618 | done </literallayout> |
