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-extended/texinfo/texinfo_4.8.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-extended/texinfo/texinfo_4.8.bb') diff --git a/meta/recipes-extended/texinfo/texinfo_4.8.bb b/meta/recipes-extended/texinfo/texinfo_4.8.bb index 6b36b97603..13678e093b 100644 --- a/meta/recipes-extended/texinfo/texinfo_4.8.bb +++ b/meta/recipes-extended/texinfo/texinfo_4.8.bb @@ -26,7 +26,6 @@ SRC_URI = "${GNU_MIRROR}/texinfo/${BP}.tar.gz \ SRC_URI[md5sum] = "4e9a1a591ed236003d0d4b008bf07eef" SRC_URI[sha256sum] = "1f3cdeebe65fdf510f55d765ab1031b54416aa5bc2635b6a54ef9bcb2367c917" -S = "${WORKDIR}/${BP}" tex_texinfo = "texmf/tex/texinfo" inherit gettext autotools -- cgit 1.2.3-korg