summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/readline/readline.inc
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2015-02-21 16:28:42 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-24 17:41:44 +0000
commitd861cc4b0493954355b32035c084bfed47d455ac (patch)
tree57b1d5c621e49b2ba2188152702e1559f02a2c89 /meta/recipes-core/readline/readline.inc
parentf7c45a4f747131c0c36bf3e278247746dacc6592 (diff)
downloadpoky-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-core/readline/readline.inc')
-rw-r--r--meta/recipes-core/readline/readline.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/readline/readline.inc b/meta/recipes-core/readline/readline.inc
index 0ce3b519e6..3f662c3070 100644
--- a/meta/recipes-core/readline/readline.inc
+++ b/meta/recipes-core/readline/readline.inc
@@ -16,8 +16,6 @@ SRC_URI = "${GNU_MIRROR}/readline/${BPN}-${PV}.tar.gz;name=archive \
16 file://config-dirent-symbols.patch \ 16 file://config-dirent-symbols.patch \
17 file://norpath.patch" 17 file://norpath.patch"
18 18
19S = "${WORKDIR}/${BPN}-${PV}"
20
21inherit autotools texinfo 19inherit autotools texinfo
22 20
23EXTRA_AUTORECONF += "--exclude=autoheader" 21EXTRA_AUTORECONF += "--exclude=autoheader"