diff options
| author | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-28 22:12:04 -0700 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-28 22:12:06 -0700 |
| commit | 6921a88182ce51763fcf61273972df99dc2faee5 (patch) | |
| tree | 6505b60113f6192f347991a3a82b8bc6fb02b8d9 /meta-xilinx-bsp/recipes-core | |
| parent | 1d2c0f073d3102c3f8ff043d2c3039e6d360118f (diff) | |
| download | meta-xilinx-6921a88182ce51763fcf61273972df99dc2faee5.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.0) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/recipes-core')
| -rw-r--r-- | meta-xilinx-bsp/recipes-core/glibc/glibc-locale_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/recipes-core/glibc/glibc-locale_%.bbappend b/meta-xilinx-bsp/recipes-core/glibc/glibc-locale_%.bbappend index 68ae89b4..1702b75d 100644 --- a/meta-xilinx-bsp/recipes-core/glibc/glibc-locale_%.bbappend +++ b/meta-xilinx-bsp/recipes-core/glibc/glibc-locale_%.bbappend | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | do_install_append() { | 1 | do_install:append() { |
| 2 | # Remove the libdir if it is empty when gconv is not copied | 2 | # Remove the libdir if it is empty when gconv is not copied |
| 3 | find ${D}${libdir} -type d -empty -delete | 3 | find ${D}${libdir} -type d -empty -delete |
| 4 | } | 4 | } |
