diff options
author | Khem Raj <raj.khem@gmail.com> | 2008-12-10 12:05:30 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2008-12-10 12:05:30 -0800 |
commit | fca5cadc1e2012f01afcdd67d9482a4c52aa52d1 (patch) | |
tree | 19617c6e63af57cc2c2b3de4d849e38c99e407ea /packages/gcc/gcc-cross_4.0.0.bb | |
parent | b7040d5e843b3172a040f119ed1f047a1c880aa8 (diff) |
gcc-package-cross: Creative relative symbolic link to fortran and only if fortran is available
* This patch adds the symbolic link only if fortran is enabled in gcc and secondly it creates
them relative and not absolute as they are right now.
Diffstat (limited to 'packages/gcc/gcc-cross_4.0.0.bb')
-rw-r--r-- | packages/gcc/gcc-cross_4.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.0.0.bb b/packages/gcc/gcc-cross_4.0.0.bb index dd3fbbc000..e192d82adc 100644 --- a/packages/gcc/gcc-cross_4.0.0.bb +++ b/packages/gcc/gcc-cross_4.0.0.bb @@ -1,4 +1,4 @@ -PR = "r7" +PR = "r8" require gcc-${PV}.inc require gcc-cross4.inc |