]> code.ossystems Code Review - openembedded-core.git/commit
recipes: Delete superfluous assignments, S = ${WORKDIR}/${BP}
authorRobert P. J. Day <rpjday@crashcourse.ca>
Sat, 21 Feb 2015 21:28:42 +0000 (16:28 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Feb 2015 18:00:12 +0000 (18:00 +0000)
commitebe8578df3f162045086cd60a129eb7ac3eacf4c
tree6d776b988420ba1100aec943fe1829dfc2f0b45c
parent2127a57cb1b3d83f9f7640051403e47e485b132c
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>
meta/recipes-core/readline/readline.inc
meta/recipes-core/readline/readline_5.2.bb
meta/recipes-devtools/dpkg/dpkg.inc
meta/recipes-devtools/gdb/gdb-7.8.1.inc
meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb
meta/recipes-devtools/opkg/opkg_0.2.4.bb
meta/recipes-extended/texinfo/texinfo_4.8.bb
meta/recipes-extended/texinfo/texinfo_5.2.bb
meta/recipes-graphics/xorg-app/xorg-app-common.inc
meta/recipes-graphics/xorg-driver/xorg-driver-common.inc
meta/recipes-support/taglib/taglib_1.9.1.bb