63b6601bdd
- Change License from Apache2 to MIT. - Remove Copyright from individual recipes - Move License to README.md - Add meta-stx Copyright to README.md Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
9 lines
262 B
Plaintext
9 lines
262 B
Plaintext
|
|
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
|
SRC_URI += "file://fix-compile-through-disable-cflag-werror.patch"
|
|
|
|
|
|
EXTRA_OEMAKE += " CPPFLAGS='-std=gnu++98 -Wno-error' LDFLAGS='-std=gnu++98 -Wno-error'"
|
|
TARGET_CC_ARCH += "${LDFLAGS}"
|
|
RDEPENDS_${PN} += " bash"
|