diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2015-02-21 16:28:42 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-24 17:41:44 +0000 |
commit | d861cc4b0493954355b32035c084bfed47d455ac (patch) | |
tree | 57b1d5c621e49b2ba2188152702e1559f02a2c89 /meta/recipes-devtools/kconfig-frontends | |
parent | f7c45a4f747131c0c36bf3e278247746dacc6592 (diff) | |
download | poky-d861cc4b0493954355b32035c084bfed47d455ac.tar.gz |
recipes: Delete superfluous assignments, S = ${WORKDIR}/${BP}
Given that bitbake.conf sets the default values:
BP = "${BPN}-${PV}"
S = "${WORKDIR}/${BP}"
there are a number of recipes that set the variable S completely
superfluously, so get rid of them.
(From OE-Core rev: ebe8578df3f162045086cd60a129eb7ac3eacf4c)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/kconfig-frontends')
-rw-r--r-- | meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb index ef0019fc7d..48a2f935be 100644 --- a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb +++ b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb | |||
@@ -18,8 +18,6 @@ SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BP}.tar.xz" | |||
18 | SRC_URI[md5sum] = "b939280dcc83f8feabd87a1d5f9b00c2" | 18 | SRC_URI[md5sum] = "b939280dcc83f8feabd87a1d5f9b00c2" |
19 | SRC_URI[sha256sum] = "ea2615a62c74bea6ce3b38402f00c7513858f307f6ba7aa9fdbf0bbc12bcf407" | 19 | SRC_URI[sha256sum] = "ea2615a62c74bea6ce3b38402f00c7513858f307f6ba7aa9fdbf0bbc12bcf407" |
20 | 20 | ||
21 | S = "${WORKDIR}/${BPN}-${PV}" | ||
22 | |||
23 | inherit autotools | 21 | inherit autotools |
24 | do_configure_prepend () { | 22 | do_configure_prepend () { |
25 | mkdir -p scripts/.autostuff/m4 | 23 | mkdir -p scripts/.autostuff/m4 |