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-devtools/dpkg/dpkg.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-devtools/dpkg/dpkg.inc') diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index eb47dada5d..7df8efa050 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc @@ -9,8 +9,6 @@ DEPENDS_class-native = "bzip2-replacement-native zlib-native virtual/update-alte RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} xz run-postinsts perl" RDEPENDS_${PN}_class-native = "xz-native" -S = "${WORKDIR}/${BPN}-${PV}" - inherit autotools gettext perlnative pkgconfig systemd python () { -- cgit 1.2.3-korg