diff options
author | David Karlstrom <daka@thg.se> | 2005-07-23 15:50:28 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-23 15:50:28 +0000 |
commit | b0d7bf3406b07cf2162a457b42382c1356781cb2 (patch) | |
tree | 9f3f3f3e9643414d40e9e0f79d8949517e8ee41f /packages/gcc | |
parent | 5e01906b8433bc6a8c03be2e31758589641124c9 (diff) |
Add symlink to cpp, so package cpp-symlinks actually gets created
Diffstat (limited to 'packages/gcc')
-rw-r--r-- | packages/gcc/gcc-package.inc | 1 | ||||
-rw-r--r-- | packages/gcc/gcc_3.4.4.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/gcc/gcc-package.inc b/packages/gcc/gcc-package.inc index b71a45c200..b31a209b34 100644 --- a/packages/gcc/gcc-package.inc +++ b/packages/gcc/gcc-package.inc @@ -106,4 +106,5 @@ do_install () { ln -sf g++ c++ ln -sf gcc cc ln -sf ${bindir}/${TARGET_SYS}-cpp ${D}${base_libdir}/cpp + ln -sf ${bindir}/${TARGET_SYS}-cpp ${D}${bindir}/cpp } diff --git a/packages/gcc/gcc_3.4.4.bb b/packages/gcc/gcc_3.4.4.bb index 804e837452..263d78396c 100644 --- a/packages/gcc/gcc_3.4.4.bb +++ b/packages/gcc/gcc_3.4.4.bb @@ -1,4 +1,4 @@ -PR = "r0" +PR = "r1" DESCRIPTION = "The GNU cc and gcc C compilers." HOMEPAGE = "http://www.gnu.org/software/gcc/" SECTION = "devel" |