Skip to content

Commit a7dac1b

Browse files
committed
layer.conf: Fix the syntax for SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS
Signed-off-by: Khem Raj <[email protected]>
1 parent b436a42 commit a7dac1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

conf/layer.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ BBFILE_PRIORITY_atmel = "10"
1111
LICENSE_PATH += "${LAYERDIR}/licenses"
1212

1313
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
14-
fbset-modes->atmel-qt-demo-init \
15-
fbset->atmel-qt-demo-init \
16-
udev-rules-at91->atmel-qt-demo-init \
14+
atmel-qt-demo-init->fbset-modes \
15+
atmel-qt-demo-init->fbset \
16+
atmel-qt-demo-init->udev-rules-at91 \
1717
"
1818

1919
BBFILES_DYNAMIC += " \

0 commit comments

Comments
 (0)