diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-04-21 15:04:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-05 12:26:30 +0100 |
commit | bbd6999a7249b7b99e434a4a01c8cedf540279bd (patch) | |
tree | cd3e60cbf3f0c8c7a96d5d6cdbb3a720ccc759f2 /meta/recipes-kernel/update-modules/update-modules-1.0 | |
parent | cdf878387ad460f7c6b7a58dcc996918bcd07a0a (diff) | |
download | poky-bbd6999a7249b7b99e434a4a01c8cedf540279bd.tar.gz |
Remove distro-specific metadata for distros not in oe-core
(From OE-Core rev: ea2cd4b8e9bc013a007fe2a1a605ecb59db5a896)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/update-modules/update-modules-1.0')
-rwxr-xr-x | meta/recipes-kernel/update-modules/update-modules-1.0/openmn/update-modules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-kernel/update-modules/update-modules-1.0/openmn/update-modules b/meta/recipes-kernel/update-modules/update-modules-1.0/openmn/update-modules deleted file mode 100755 index 976161f141..0000000000 --- a/meta/recipes-kernel/update-modules/update-modules-1.0/openmn/update-modules +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | depmod -ae | ||
3 | exit 0 | ||