diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-08-02 11:01:05 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-12 10:08:24 -0700 |
commit | 59d36c9832702989bfcca8a5af29fb2dff01efcc (patch) | |
tree | b2b07d98cb22bc5241cde7403b6a15d99821318e /recipes-extended/crconf/crconf_git.bb | |
parent | 72f59d35816cd2be6159013e4d96d03abf7f1c4b (diff) | |
download | meta-freescale-59d36c9832702989bfcca8a5af29fb2dff01efcc.tar.gz |
layer: Convert to new override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-extended/crconf/crconf_git.bb')
-rw-r--r-- | recipes-extended/crconf/crconf_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/crconf/crconf_git.bb b/recipes-extended/crconf/crconf_git.bb index f8f88d20..1727888a 100644 --- a/recipes-extended/crconf/crconf_git.bb +++ b/recipes-extended/crconf/crconf_git.bb | |||
@@ -14,4 +14,4 @@ do_install () { | |||
14 | oe_runmake install DESTDIR=${D} | 14 | oe_runmake install DESTDIR=${D} |
15 | } | 15 | } |
16 | 16 | ||
17 | FILES_${PN} += "/share/man/* ${libdir}/* ${sbindir}/*" | 17 | FILES:${PN} += "/share/man/* ${libdir}/* ${sbindir}/*" |