diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-21 07:37:51 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-21 07:37:51 +0200 |
commit | caf79ee8b7ec21621382e5a3942e819cdedc1830 (patch) | |
tree | 0393af354f68a74a29b77142d1992b44f1268ef8 /recipes/modutils/modutils_2.4.27.bb | |
parent | 2b7ea6f52dfa7c6cdbbb426e13efba1b4914e7b9 (diff) | |
download | openembedded-caf79ee8b7ec21621382e5a3942e819cdedc1830.tar.gz |
modutils: removed FILESDIR
no functional change so no PR bump needed
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/modutils/modutils_2.4.27.bb')
-rw-r--r-- | recipes/modutils/modutils_2.4.27.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/modutils/modutils_2.4.27.bb b/recipes/modutils/modutils_2.4.27.bb index 450cdd51e8..791707c4f3 100644 --- a/recipes/modutils/modutils_2.4.27.bb +++ b/recipes/modutils/modutils_2.4.27.bb @@ -3,7 +3,6 @@ DESCRIPTION = "These utilities are intended to make a Linux modular kernel \ manageable for all users, administrators and distribution maintainers." LICENSE = "GPLv2" DEPENDS = "bison-native" -FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/files" PR = "r8" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/modutils/v2.4/modutils-${PV}.tar.bz2 \ |