mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
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
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
SECTION = "base"
|
||||
require modutils_${PV}.bb
|
||||
PR = "r8"
|
||||
PR = "r9"
|
||||
inherit cross
|
||||
S = "${WORKDIR}/modutils-${PV}"
|
||||
DEPENDS = ""
|
||||
|
||||
@@ -2,10 +2,11 @@ SECTION = "base"
|
||||
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 = "r7"
|
||||
PR = "r8"
|
||||
|
||||
SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils/v2.4/modutils-${PV}.tar.bz2 \
|
||||
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/utils/kernel/modutils/v2.4/modutils-${PV}.tar.bz2 \
|
||||
file://lex.l.diff;patch=1 \
|
||||
file://modutils-notest.patch;patch=1 \
|
||||
file://configure.patch;patch=1 \
|
||||
@@ -66,7 +67,7 @@ pkg_postinst_modutils-depmod() {
|
||||
update-alternatives --install /sbin/depmod depmod /sbin/depmod.24 10
|
||||
}
|
||||
|
||||
pkg_postinst_modutils-modinfo() {
|
||||
pkg_postinst_modutils-modinfo() {
|
||||
#!/bin/sh
|
||||
update-alternatives --install /sbin/modinfo modinfo /sbin/modinfo.24 10
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user