diff options
author | Qing He <qing.he@intel.com> | 2010-06-12 16:24:45 +0800 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-17 23:16:41 +0100 |
commit | 1e04b2d9eb01b3ff85010e896b255c22b588961f (patch) | |
tree | 17c4f0e7d3ee57999e6f70add60933f2954fb67d | |
parent | eb5ed41f9e84f9f97964f52c41c5af902000cc1a (diff) | |
download | poky-1e04b2d9eb01b3ff85010e896b255c22b588961f.tar.gz |
update-modules: fix metadata
trivial ordering update
Signed-off-by: Qing He <qing.he@intel.com>
-rw-r--r-- | meta/packages/update-modules/update-modules_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/update-modules/update-modules_1.0.bb b/meta/packages/update-modules/update-modules_1.0.bb index cc7a585207..73ee558a08 100644 --- a/meta/packages/update-modules/update-modules_1.0.bb +++ b/meta/packages/update-modules/update-modules_1.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "script to manage module configuration files." | ||
1 | SECTION = "base" | 2 | SECTION = "base" |
2 | DESCRIPTION = "Script to manage module configuration files" | ||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | PACKAGE_ARCH = "all" | 4 | PACKAGE_ARCH = "all" |
5 | RDEPENDS = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} " | 5 | RDEPENDS = "${@base_contains("MACHINE_FEATURES", "kernel26", "module-init-tools-depmod","modutils-depmod",d)} " |