From 6e675e12a5ce7ca19e1ebe6dac434c2bc498e62c Mon Sep 17 00:00:00 2001 From: Philip Tricca Date: Thu, 9 Jul 2015 05:00:13 +0000 Subject: [PATCH] acm: Replace use of DEPLOY_DIR_IMAGE with DEPLOYDIR. This fixes #16 this time ... really. --- recipes-txt/acm/acm.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-txt/acm/acm.inc b/recipes-txt/acm/acm.inc index 7e68636..0b3a48b 100644 --- a/recipes-txt/acm/acm.inc +++ b/recipes-txt/acm/acm.inc @@ -26,7 +26,7 @@ do_install() { FILES_${PN} = "${base_prefix}/boot" do_deploy() { - install -m 0644 ${D}/boot/${SRC_FILE} ${DEPLOY_DIR_IMAGE}/${DST_FILE} + install -m 0644 ${D}/boot/${SRC_FILE} ${DEPLOYDIR}/${DST_FILE} } do_deploy_class-native() {