diff options
author | Richard Purdie <richard@ted.(none)> | 2009-01-02 15:34:40 +0000 |
---|---|---|
committer | Richard Purdie <richard@ted.(none)> | 2009-01-02 15:34:40 +0000 |
commit | f8a23031e2a02e5fbef63a01d33e036bc57240b3 (patch) | |
tree | 97ba7224a9a46fcd5ecec81ab3258c06bc6f9498 /meta/packages/modutils | |
parent | 61d8ea7a140e2e5bf77839c8ee914ae903c83de8 (diff) | |
download | poky-f8a23031e2a02e5fbef63a01d33e036bc57240b3.tar.gz |
Drop now unneeded FILESDIR and S variables from various recipes
Diffstat (limited to 'meta/packages/modutils')
-rw-r--r-- | meta/packages/modutils/modutils-cross_2.4.27.bb | 2 | ||||
-rw-r--r-- | meta/packages/modutils/modutils_2.4.27.bb | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/meta/packages/modutils/modutils-cross_2.4.27.bb b/meta/packages/modutils/modutils-cross_2.4.27.bb index 3bd1ae2b84..1d60c4666d 100644 --- a/meta/packages/modutils/modutils-cross_2.4.27.bb +++ b/meta/packages/modutils/modutils-cross_2.4.27.bb | |||
@@ -1,8 +1,6 @@ | |||
1 | SECTION = "base" | ||
2 | require modutils_${PV}.bb | 1 | require modutils_${PV}.bb |
3 | PR = "r9" | 2 | PR = "r9" |
4 | inherit cross | 3 | inherit cross |
5 | S = "${WORKDIR}/modutils-${PV}" | ||
6 | DEPENDS = "" | 4 | DEPENDS = "" |
7 | PACKAGES = "" | 5 | PACKAGES = "" |
8 | PROVIDES += "virtual/${TARGET_PREFIX}depmod virtual/${TARGET_PREFIX}depmod-2.4" | 6 | PROVIDES += "virtual/${TARGET_PREFIX}depmod virtual/${TARGET_PREFIX}depmod-2.4" |
diff --git a/meta/packages/modutils/modutils_2.4.27.bb b/meta/packages/modutils/modutils_2.4.27.bb index c02dc1d5c3..119e219f7f 100644 --- a/meta/packages/modutils/modutils_2.4.27.bb +++ b/meta/packages/modutils/modutils_2.4.27.bb | |||
@@ -3,7 +3,6 @@ DESCRIPTION = "These utilities are intended to make a Linux modular kernel \ | |||
3 | manageable for all users, administrators and distribution maintainers." | 3 | manageable for all users, administrators and distribution maintainers." |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | DEPENDS = "bison-native" | 5 | DEPENDS = "bison-native" |
6 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/files" | ||
7 | PR = "r8" | 6 | PR = "r8" |
8 | 7 | ||
9 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/modutils/v2.4/modutils-${PV}.tar.bz2 \ | 8 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/modutils/v2.4/modutils-${PV}.tar.bz2 \ |