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-support/taglib/taglib_1.9.1.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/taglib/taglib_1.9.1.bb b/meta/recipes-support/taglib/taglib_1.9.1.bb index 55e345f..746ed7e 100644 --- a/meta/recipes-support/taglib/taglib_1.9.1.bb +++ b/meta/recipes-support/taglib/taglib_1.9.1.bb @@ -12,8 +12,6 @@ SRC_URI = "http://taglib.github.io/releases/${BP}.tar.gz" SRC_URI[md5sum] = "0d35df96822bbd564c5504cb3c2e4d86" SRC_URI[sha256sum] = "72d371cd1419a87ae200447a53bff2be219283071e80fd12337928cc967dc71a" -S = "${WORKDIR}/${BP}" - BINCONFIG = "${bindir}/taglib-config" inherit cmake pkgconfig binconfig-disabled -- cgit v1.1