diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
| commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
| tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-support/diffoscope | |
| parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
| download | poky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz | |
Convert to new override syntax
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
(From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/diffoscope')
| -rw-r--r-- | meta/recipes-support/diffoscope/diffoscope_177.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/diffoscope/diffoscope_177.bb b/meta/recipes-support/diffoscope/diffoscope_177.bb index 0d9061dda0..107e97cd77 100644 --- a/meta/recipes-support/diffoscope/diffoscope_177.bb +++ b/meta/recipes-support/diffoscope/diffoscope_177.bb | |||
| @@ -14,12 +14,12 @@ inherit pypi setuptools3 | |||
| 14 | 14 | ||
| 15 | SRC_URI[sha256sum] = "8ac0cad150914bab2a53caa3f21876a78b092f3d2a36b9134874cd5c04a26b2e" | 15 | SRC_URI[sha256sum] = "8ac0cad150914bab2a53caa3f21876a78b092f3d2a36b9134874cd5c04a26b2e" |
| 16 | 16 | ||
| 17 | RDEPENDS_${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm" | 17 | RDEPENDS:${PN} += "binutils vim squashfs-tools python3-libarchive-c python3-magic python3-rpm" |
| 18 | 18 | ||
| 19 | # Dependencies don't build for musl | 19 | # Dependencies don't build for musl |
| 20 | COMPATIBLE_HOST_libc-musl = 'null' | 20 | COMPATIBLE_HOST:libc-musl = 'null' |
| 21 | 21 | ||
| 22 | do_install_append_class-native() { | 22 | do_install:append:class-native() { |
| 23 | create_wrapper ${D}${bindir}/diffoscope \ | 23 | create_wrapper ${D}${bindir}/diffoscope \ |
| 24 | MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc \ | 24 | MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc \ |
| 25 | RPM_CONFIGDIR=${STAGING_LIBDIR_NATIVE}/rpm \ | 25 | RPM_CONFIGDIR=${STAGING_LIBDIR_NATIVE}/rpm \ |
