diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2011-12-14 01:13:39 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-15 13:08:15 +0000 |
| commit | b5c91531c87258aa3f9cff322aaf3c9d3f1ba506 (patch) | |
| tree | 212250153875a226888307afeda090898723673e | |
| parent | 9cd65cca836f3c7503a94aae5b292c1b8867228c (diff) | |
| download | poky-b5c91531c87258aa3f9cff322aaf3c9d3f1ba506.tar.gz | |
icecc-create-env-native_0.1.bb: drop 'PRIORITY = "optional"' as it is the default
(From OE-Core rev: 49e629e78ba914c3372a9969ad84eff20ef8f009)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb b/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb index 621384387b..7db39781ee 100644 --- a/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb +++ b/meta/recipes-devtools/icecc-create-env/icecc-create-env-native_0.1.bb | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | DESCRIPTION = "This is a modified version of the icecc-create-env script in order to\ | 1 | DESCRIPTION = "This is a modified version of the icecc-create-env script in order to\ |
| 2 | make it work with OE." | 2 | make it work with OE." |
| 3 | SECTION = "base" | 3 | SECTION = "base" |
| 4 | PRIORITY = "optional" | ||
| 5 | # source file has just a "GPL" word, but upstream is GPLv2+. | 4 | # source file has just a "GPL" word, but upstream is GPLv2+. |
| 6 | # most probably just GPL would be a mistake | 5 | # most probably just GPL would be a mistake |
| 7 | LICENSE = "GPLv2+" | 6 | LICENSE = "GPLv2+" |
