aboutsummaryrefslogtreecommitdiffstats
path: root/meta-demo/recipes-demo/nmt/nmt.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-demo/recipes-demo/nmt/nmt.inc')
-rw-r--r--meta-demo/recipes-demo/nmt/nmt.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-demo/recipes-demo/nmt/nmt.inc b/meta-demo/recipes-demo/nmt/nmt.inc
index 5734c0d..ed28c7b 100644
--- a/meta-demo/recipes-demo/nmt/nmt.inc
+++ b/meta-demo/recipes-demo/nmt/nmt.inc
@@ -20,10 +20,10 @@ DEPENDS += " \
python3-termcolor-native \
tensorflow-estimator-native \
"
-RDEPENDS_${PN} += "tensorflow \
+RDEPENDS:${PN} += "tensorflow \
python3 \
python3-numpy \
"
inherit python3native
-FILES_${PN} += "${libdir}/*"
+FILES:${PN} += "${libdir}/*"