blob: 02d860b1f7e0eebb210986c22622a52f43dc63f2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
PR = "r5"
inherit sdk
require gcc-${PV}.inc
require gcc-cross-sdk.inc
require gcc-configure-sdk.inc
require gcc-package-sdk.inc
SRC_URI += 'file://sdk-libstdc++-includes.patch;patch=1'
|