summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
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-extended
parentf7c45a4f747131c0c36bf3e278247746dacc6592 (diff)
downloadast2050-yocto-poky-d861cc4b0493954355b32035c084bfed47d455ac.zip
ast2050-yocto-poky-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-extended')
-rw-r--r--meta/recipes-extended/texinfo/texinfo_4.8.bb1
-rw-r--r--meta/recipes-extended/texinfo/texinfo_5.2.bb1
2 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-extended/texinfo/texinfo_4.8.bb b/meta/recipes-extended/texinfo/texinfo_4.8.bb
index 6b36b97..13678e0 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
diff --git a/meta/recipes-extended/texinfo/texinfo_5.2.bb b/meta/recipes-extended/texinfo/texinfo_5.2.bb
index d50a86e..8dbcaa1 100644
--- a/meta/recipes-extended/texinfo/texinfo_5.2.bb
+++ b/meta/recipes-extended/texinfo/texinfo_5.2.bb
@@ -40,7 +40,6 @@ SRC_URI = "${GNU_MIRROR}/texinfo/${BP}.tar.gz \
SRC_URI[md5sum] = "1b8f98b80a8e6c50422125e07522e8db"
SRC_URI[sha256sum] = "6b8ca30e9b6f093b54fe04439e5545e564c63698a806a48065c0bba16994cf74"
-S = "${WORKDIR}/${BP}"
tex_texinfo = "texmf/tex/texinfo"
inherit gettext autotools
OpenPOWER on IntegriCloud