From d861cc4b0493954355b32035c084bfed47d455ac Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Sat, 21 Feb 2015 16:28:42 -0500 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-core/readline/readline.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-core/readline/readline.inc') 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 \ file://config-dirent-symbols.patch \ file://norpath.patch" -S = "${WORKDIR}/${BPN}-${PV}" - inherit autotools texinfo EXTRA_AUTORECONF += "--exclude=autoheader" -- cgit v1.2.3-54-g00ecf