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-23 18:00:12 +0000 |
commit | ebe8578df3f162045086cd60a129eb7ac3eacf4c (patch) | |
tree | 6d776b988420ba1100aec943fe1829dfc2f0b45c /meta/recipes-core/readline/readline_5.2.bb | |
parent | 2127a57cb1b3d83f9f7640051403e47e485b132c (diff) | |
download | openembedded-core-ebe8578df3f162045086cd60a129eb7ac3eacf4c.tar.gz openembedded-core-ebe8578df3f162045086cd60a129eb7ac3eacf4c.tar.bz2 openembedded-core-ebe8578df3f162045086cd60a129eb7ac3eacf4c.zip |
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.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/readline/readline_5.2.bb')
-rw-r--r-- | meta/recipes-core/readline/readline_5.2.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/readline/readline_5.2.bb b/meta/recipes-core/readline/readline_5.2.bb index fe610e3964..c1007a2311 100644 --- a/meta/recipes-core/readline/readline_5.2.bb +++ b/meta/recipes-core/readline/readline_5.2.bb @@ -63,8 +63,6 @@ SRC_URI[patch13.sha256sum] = "0cc649516a5bdfa61c5e56937407570288b6972d75aa1bd060 SRC_URI[patch14.md5sum] = "a1be30e1c6f1099bb5fcef00a2631fb8" SRC_URI[patch14.sha256sum] = "6f1a68320d01522ca1ea5a737124ecc8739f3dcbfea2dee21e3ccf839a21a817" -S = "${WORKDIR}/${BPN}-${PV}" - inherit autotools EXTRA_AUTORECONF += "--exclude=autoheader" |