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-connectivity/socat | |
| 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-connectivity/socat')
| -rw-r--r-- | meta/recipes-connectivity/socat/socat_1.7.4.1.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-connectivity/socat/socat_1.7.4.1.bb b/meta/recipes-connectivity/socat/socat_1.7.4.1.bb index 5a13af91bc..1ad5f15b93 100644 --- a/meta/recipes-connectivity/socat/socat_1.7.4.1.bb +++ b/meta/recipes-connectivity/socat/socat_1.7.4.1.bb | |||
| @@ -29,15 +29,15 @@ TERMBITS_SHIFTS ?= "sc_cv_sys_crdly_shift=9 \ | |||
| 29 | sc_cv_sys_tabdly_shift=11 \ | 29 | sc_cv_sys_tabdly_shift=11 \ |
| 30 | sc_cv_sys_csize_shift=4" | 30 | sc_cv_sys_csize_shift=4" |
| 31 | 31 | ||
| 32 | TERMBITS_SHIFTS_powerpc = "sc_cv_sys_crdly_shift=12 \ | 32 | TERMBITS_SHIFTS:powerpc = "sc_cv_sys_crdly_shift=12 \ |
| 33 | sc_cv_sys_tabdly_shift=10 \ | 33 | sc_cv_sys_tabdly_shift=10 \ |
| 34 | sc_cv_sys_csize_shift=8" | 34 | sc_cv_sys_csize_shift=8" |
| 35 | 35 | ||
| 36 | TERMBITS_SHIFTS_powerpc64 = "sc_cv_sys_crdly_shift=12 \ | 36 | TERMBITS_SHIFTS:powerpc64 = "sc_cv_sys_crdly_shift=12 \ |
| 37 | sc_cv_sys_tabdly_shift=10 \ | 37 | sc_cv_sys_tabdly_shift=10 \ |
| 38 | sc_cv_sys_csize_shift=8" | 38 | sc_cv_sys_csize_shift=8" |
| 39 | 39 | ||
| 40 | PACKAGECONFIG_class-target ??= "tcp-wrappers readline openssl" | 40 | PACKAGECONFIG:class-target ??= "tcp-wrappers readline openssl" |
| 41 | PACKAGECONFIG ??= "readline openssl" | 41 | PACKAGECONFIG ??= "readline openssl" |
| 42 | PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers" | 42 | PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers" |
| 43 | PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline" | 43 | PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline" |
| @@ -45,7 +45,7 @@ PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" | |||
| 45 | 45 | ||
| 46 | CFLAGS += "-fcommon" | 46 | CFLAGS += "-fcommon" |
| 47 | 47 | ||
| 48 | do_install_prepend () { | 48 | do_install:prepend () { |
| 49 | mkdir -p ${D}${bindir} | 49 | mkdir -p ${D}${bindir} |
| 50 | install -d ${D}${bindir} ${D}${mandir}/man1 | 50 | install -d ${D}${bindir} ${D}${mandir}/man1 |
| 51 | } | 51 | } |
