diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb')
| -rw-r--r-- | meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb b/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb index ec959d27da..53e49f57b7 100644 --- a/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb +++ b/meta-oe/recipes-devtools/kconfig-frontends/kconfig-frontends_4.11.0.1.bb | |||
| @@ -12,7 +12,7 @@ LICENSE = "GPL-2.0" | |||
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=9b8cf60ff39767ff04b671fca8302408" |
| 13 | SECTION = "devel" | 13 | SECTION = "devel" |
| 14 | DEPENDS += "ncurses flex-native gperf-native bison-native" | 14 | DEPENDS += "ncurses flex-native gperf-native bison-native" |
| 15 | RDEPENDS_${PN} += "python3 bash" | 15 | RDEPENDS:${PN} += "python3 bash" |
| 16 | SRC_URI = "git://gitlab.com/ymorin/kconfig-frontends.git;protocol=https;branch=4.11.x \ | 16 | SRC_URI = "git://gitlab.com/ymorin/kconfig-frontends.git;protocol=https;branch=4.11.x \ |
| 17 | file://0001-Makefile-ensure-frontends-exits-before-writing-into-.patch \ | 17 | file://0001-Makefile-ensure-frontends-exits-before-writing-into-.patch \ |
| 18 | file://0001-Switch-utils-kconfig-diff-to-use-Python-3.patch" | 18 | file://0001-Switch-utils-kconfig-diff-to-use-Python-3.patch" |
| @@ -22,11 +22,11 @@ SRCREV = "f22fce3a308be1c7790ebefc6bbedb33c5f7c86a" | |||
| 22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
| 23 | 23 | ||
| 24 | inherit autotools pkgconfig | 24 | inherit autotools pkgconfig |
| 25 | do_configure_prepend () { | 25 | do_configure:prepend () { |
| 26 | mkdir -p ${S}/scripts/.autostuff/m4 | 26 | mkdir -p ${S}/scripts/.autostuff/m4 |
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | do_install_append() { | 29 | do_install:append() { |
| 30 | ln -s kconfig-conf ${D}${bindir}/conf | 30 | ln -s kconfig-conf ${D}${bindir}/conf |
| 31 | ln -s kconfig-mconf ${D}${bindir}/mconf | 31 | ln -s kconfig-mconf ${D}${bindir}/mconf |
| 32 | } | 32 | } |
