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/ofp | |
| 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/ofp')
| -rw-r--r-- | recipes-extended/ofp/ofp_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/ofp/ofp_git.bb b/recipes-extended/ofp/ofp_git.bb index c76eafd71..ec7328c80 100644 --- a/recipes-extended/ofp/ofp_git.bb +++ b/recipes-extended/ofp/ofp_git.bb | |||
| @@ -32,6 +32,6 @@ do_configure () { | |||
| 32 | ${S}/configure ${EXTRA_OECONF} | 32 | ${S}/configure ${EXTRA_OECONF} |
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | FILES_${PN} += "/usr/ofp/bin" | 35 | FILES:${PN} += "/usr/ofp/bin" |
| 36 | FILES_${PN}-dbg += "/usr/ofp/bin/.debug" | 36 | FILES:${PN}-dbg += "/usr/ofp/bin/.debug" |
| 37 | COMPATIBLE_MACHINE = "(ls2088a|ls1088a)" | 37 | COMPATIBLE_MACHINE = "(ls2088a|ls1088a)" |
