diff options
Diffstat (limited to 'packages/gcc/gcc_4.1.2.bb')
-rw-r--r-- | packages/gcc/gcc_4.1.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/gcc/gcc_4.1.2.bb b/packages/gcc/gcc_4.1.2.bb index 876e912f7a..a6c99140b5 100644 --- a/packages/gcc/gcc_4.1.2.bb +++ b/packages/gcc/gcc_4.1.2.bb @@ -1,8 +1,10 @@ -PR = "r8" DESCRIPTION = "The GNU cc and gcc C compilers." HOMEPAGE = "http://www.gnu.org/software/gcc/" SECTION = "devel" LICENSE = "GPL" +# NOTE: split PR. If the main .bb changes something that affects its *build* +# remember to increment the -cross .bb PR too. +PR = "r8" inherit autotools gettext |