From ebe8578df3f162045086cd60a129eb7ac3eacf4c 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. Signed-off-by: Robert P. J. Day Signed-off-by: Richard Purdie --- meta/recipes-core/readline/readline.inc | 2 -- meta/recipes-core/readline/readline_5.2.bb | 2 -- 2 files changed, 4 deletions(-) (limited to 'meta/recipes-core') 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" 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" -- cgit 1.2.3-korg