summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
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-devtools
parentf7c45a4f747131c0c36bf3e278247746dacc6592 (diff)
downloadpoky-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-devtools')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg.inc2
-rw-r--r--meta/recipes-devtools/gdb/gdb-7.8.1.inc2
-rw-r--r--meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb2
-rw-r--r--meta/recipes-devtools/opkg/opkg_0.2.4.bb2
4 files changed, 0 insertions, 8 deletions
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
9RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} xz run-postinsts perl" 9RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} xz run-postinsts perl"
10RDEPENDS_${PN}_class-native = "xz-native" 10RDEPENDS_${PN}_class-native = "xz-native"
11 11
12S = "${WORKDIR}/${BPN}-${PV}"
13
14inherit autotools gettext perlnative pkgconfig systemd 12inherit autotools gettext perlnative pkgconfig systemd
15 13
16python () { 14python () {
diff --git a/meta/recipes-devtools/gdb/gdb-7.8.1.inc b/meta/recipes-devtools/gdb/gdb-7.8.1.inc
index 6fa13bc582..510ea18945 100644
--- a/meta/recipes-devtools/gdb/gdb-7.8.1.inc
+++ b/meta/recipes-devtools/gdb/gdb-7.8.1.inc
@@ -4,8 +4,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
4 file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ 4 file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
5 file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" 5 file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674"
6 6
7S = "${WORKDIR}/${BPN}-${PV}"
8
9SRC_URI[md5sum] = "997492cc3475c96f35ecc8775248c9b1" 7SRC_URI[md5sum] = "997492cc3475c96f35ecc8775248c9b1"
10SRC_URI[sha256sum] = "d7a923d876ecfa1cec4c1c79c014c9d8e58783a25855a95cf260275f61990647" 8SRC_URI[sha256sum] = "d7a923d876ecfa1cec4c1c79c014c9d8e58783a25855a95cf260275f61990647"
11 9
diff --git a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb
index ef0019fc7d..48a2f935be 100644
--- a/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb
+++ b/meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb
@@ -18,8 +18,6 @@ SRC_URI = "http://ymorin.is-a-geek.org/download/${BPN}/${BP}.tar.xz"
18SRC_URI[md5sum] = "b939280dcc83f8feabd87a1d5f9b00c2" 18SRC_URI[md5sum] = "b939280dcc83f8feabd87a1d5f9b00c2"
19SRC_URI[sha256sum] = "ea2615a62c74bea6ce3b38402f00c7513858f307f6ba7aa9fdbf0bbc12bcf407" 19SRC_URI[sha256sum] = "ea2615a62c74bea6ce3b38402f00c7513858f307f6ba7aa9fdbf0bbc12bcf407"
20 20
21S = "${WORKDIR}/${BPN}-${PV}"
22
23inherit autotools 21inherit autotools
24do_configure_prepend () { 22do_configure_prepend () {
25 mkdir -p scripts/.autostuff/m4 23 mkdir -p scripts/.autostuff/m4
diff --git a/meta/recipes-devtools/opkg/opkg_0.2.4.bb b/meta/recipes-devtools/opkg/opkg_0.2.4.bb
index 4051b7221e..8455eac78d 100644
--- a/meta/recipes-devtools/opkg/opkg_0.2.4.bb
+++ b/meta/recipes-devtools/opkg/opkg_0.2.4.bb
@@ -19,8 +19,6 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/${BPN}/${BPN}-${PV}.tar.gz
19 file://0001-opkg-key-Backport-improvements.patch \ 19 file://0001-opkg-key-Backport-improvements.patch \
20" 20"
21 21
22S = "${WORKDIR}/${BPN}-${PV}"
23
24SRC_URI[md5sum] = "40ed2aee15abc8d550539449630091bd" 22SRC_URI[md5sum] = "40ed2aee15abc8d550539449630091bd"
25SRC_URI[sha256sum] = "0f40c7e457d81edf9aedc07c778f4697111ab163a38ef95999faece015453086" 23SRC_URI[sha256sum] = "0f40c7e457d81edf9aedc07c778f4697111ab163a38ef95999faece015453086"
26 24