Skip to content

Commit

Permalink
gcc: change ...-nativesdk to nativesdk-...
Browse files Browse the repository at this point in the history
This patch changes gcc-4.5 dependencies from ...-nativesdk to nativesdk-...
since the nativesdk OE base class changed.

Signed-off-by: Thilo Fromm <github@thilo-fromm.de>
  • Loading branch information
Thilo Fromm committed Oct 30, 2012
1 parent dc555a1 commit 6e70f3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes-devtools/gcc/gcc-cross-canadian_4.5.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ require recipes-devtools/gcc/gcc-configure-sdk.inc
require recipes-devtools/gcc/gcc-package-sdk.inc


DEPENDS += "gmp-nativesdk mpfr-nativesdk libmpc-nativesdk elfutils-nativesdk"
RDEPENDS_${PN} += "mpfr-nativesdk libmpc-nativesdk elfutils-nativesdk"
DEPENDS += "nativesdk-gmp nativesdk-mpfr nativesdk-libmpc nativesdk-elfutils"
RDEPENDS_${PN} += "nativesdk-mpfr nativesdk-libmpc nativesdk-elfutils "

SYSTEMHEADERS = "/usr/include"
SYSTEMLIBS = "/lib/"
Expand Down

0 comments on commit 6e70f3c

Please sign in to comment.