Skip to content

Commit 912bc10

Browse files
(fix) yocto bsa-acs-app recipe include path updated
- The changes is needed based on latest sysarch-acs include path change Change-Id: I7169521a4e084fba8de520f5685376b3a754499b
1 parent a10bbfd commit 912bc10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/bsa-acs-app

SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/bsa-acs-app/bsa-acs-app.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ TARGET_CC_ARCH += "${LDFLAGS}"
1313
do_compile() {
1414
cd ${S}/sysarch-acs/apps/linux/bsa-acs-app
1515
cp ${S}/sysarch-acs/val/src/rule_enum_string_map.c .
16-
${CC} *.c -Iinclude -I${S}/sysarch-acs/ -I${S}/sysarch-acs/val -o ${S}/bsa
16+
${CC} *.c -Iinclude -I${S}/sysarch-acs -I${S}/sysarch-acs/val/include -o ${S}/bsa
1717
}
1818

1919
do_install() {

0 commit comments

Comments
 (0)