summaryrefslogtreecommitdiff
path: root/recipes-bsp/tegrarcm/tegrarcm.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/tegrarcm/tegrarcm.bb')
-rw-r--r--recipes-bsp/tegrarcm/tegrarcm.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/tegrarcm/tegrarcm.bb b/recipes-bsp/tegrarcm/tegrarcm.bb
index bf00d65..02c789e 100644
--- a/recipes-bsp/tegrarcm/tegrarcm.bb
+++ b/recipes-bsp/tegrarcm/tegrarcm.bb
@@ -12,7 +12,7 @@ SRC_URI = " \
git://github.com/NVIDIA/tegrarcm.git \
file://0001-makefile-specify-cryptopp-include-path-relative-to-s.patch \
"
-SRC_URI_append_class-native = " \
+SRC_URI:append:class-native = " \
file://0001-configure.ac-link-crypotpp-as-a-static-library.patch \
file://0001-cryptopp-use-relative-path-for-cryptopp-headers.patch \
"
@@ -22,10 +22,10 @@ PV = "1.7+"
EXTRA_OEMAKE = 'PREFIX="${prefix}" LIBDIR="${libdir}"'
-LDFLAGS_append = " -static-libstdc++"
+LDFLAGS:append = " -static-libstdc++"
-EXTRA_OEMAKE_class-native = "CC='${CC}' CXX='${CXX}'"
-EXTRA_OEMAKE_class-nativesdk = "CC='${CC}' CXX='${CXX}'"
+EXTRA_OEMAKE:class-native = "CC='${CC}' CXX='${CXX}'"
+EXTRA_OEMAKE:class-nativesdk = "CC='${CC}' CXX='${CXX}'"
S = "${WORKDIR}/git"