diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-26 11:20:35 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-26 11:20:35 +0000 |
commit | 52e92fdd15b5c6a04d8afeb36f843218ceda8bf8 (patch) | |
tree | 854e869615cdb52cab677101c4215736be79c543 | |
parent | ab7be97305b2318e0cccf5dc8a43707c828708e6 (diff) | |
download | poky-52e92fdd15b5c6a04d8afeb36f843218ceda8bf8.tar.gz |
modutils: sync with OE (added bison-native dependency, no package changes)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2992 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/modutils/modutils-cross_2.4.27.bb | 2 | ||||
-rw-r--r-- | meta/packages/modutils/modutils_2.4.27.bb | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/meta/packages/modutils/modutils-cross_2.4.27.bb b/meta/packages/modutils/modutils-cross_2.4.27.bb index 23c9c755f4..3bd1ae2b84 100644 --- a/meta/packages/modutils/modutils-cross_2.4.27.bb +++ b/meta/packages/modutils/modutils-cross_2.4.27.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SECTION = "base" | 1 | SECTION = "base" |
2 | require modutils_${PV}.bb | 2 | require modutils_${PV}.bb |
3 | PR = "r8" | 3 | PR = "r9" |
4 | inherit cross | 4 | inherit cross |
5 | S = "${WORKDIR}/modutils-${PV}" | 5 | S = "${WORKDIR}/modutils-${PV}" |
6 | DEPENDS = "" | 6 | DEPENDS = "" |
diff --git a/meta/packages/modutils/modutils_2.4.27.bb b/meta/packages/modutils/modutils_2.4.27.bb index 56420f7de0..c02dc1d5c3 100644 --- a/meta/packages/modutils/modutils_2.4.27.bb +++ b/meta/packages/modutils/modutils_2.4.27.bb | |||
@@ -2,10 +2,11 @@ SECTION = "base" | |||
2 | DESCRIPTION = "These utilities are intended to make a Linux modular kernel \ | 2 | 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 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/files" | 6 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/files" |
6 | PR = "r7" | 7 | PR = "r8" |
7 | 8 | ||
8 | SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils/v2.4/modutils-${PV}.tar.bz2 \ | 9 | SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/modutils/v2.4/modutils-${PV}.tar.bz2 \ |
9 | file://lex.l.diff;patch=1 \ | 10 | file://lex.l.diff;patch=1 \ |
10 | file://modutils-notest.patch;patch=1 \ | 11 | file://modutils-notest.patch;patch=1 \ |
11 | file://configure.patch;patch=1 \ | 12 | file://configure.patch;patch=1 \ |
@@ -66,7 +67,7 @@ pkg_postinst_modutils-depmod() { | |||
66 | update-alternatives --install /sbin/depmod depmod /sbin/depmod.24 10 | 67 | update-alternatives --install /sbin/depmod depmod /sbin/depmod.24 10 |
67 | } | 68 | } |
68 | 69 | ||
69 | pkg_postinst_modutils-modinfo() { | 70 | pkg_postinst_modutils-modinfo() { |
70 | #!/bin/sh | 71 | #!/bin/sh |
71 | update-alternatives --install /sbin/modinfo modinfo /sbin/modinfo.24 10 | 72 | update-alternatives --install /sbin/modinfo modinfo /sbin/modinfo.24 10 |
72 | } | 73 | } |