mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
packages/meta updates after pulling RDEPENDS changes from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@265 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -11,16 +11,6 @@ PACKAGES = "${PN}"
|
||||
|
||||
MODUTILS ?= "24 26"
|
||||
|
||||
def bootstrap_modutils_depends(d):
|
||||
import bb
|
||||
m = bb.data.getVar('MODUTILS', d, 1)
|
||||
r = []
|
||||
if '24' in m:
|
||||
r.append('modutils')
|
||||
if '26' in m:
|
||||
r.append('module-init-tools')
|
||||
return ' '.join(r)
|
||||
|
||||
def bootstrap_modutils_rdepends(d):
|
||||
import bb
|
||||
m = bb.data.getVar('MODUTILS', d, 1)
|
||||
@@ -33,14 +23,6 @@ def bootstrap_modutils_rdepends(d):
|
||||
|
||||
HOTPLUG ?= "linux-hotplug"
|
||||
|
||||
DEPENDS = 'base-files base-passwd-3.5.9 \
|
||||
busybox dropbear initscripts modutils netbase \
|
||||
sysvinit tinylogin portmap psmisc setserial\
|
||||
modutils-initscripts \
|
||||
${HOTPLUG} \
|
||||
${BOOTSTRAP_EXTRA_DEPENDS} \
|
||||
${@bootstrap_modutils_depends(d)}'
|
||||
|
||||
RDEPENDS = 'base-files base-passwd busybox \
|
||||
initscripts \
|
||||
netbase sysvinit sysvinit-pidof tinylogin \
|
||||
|
||||
Reference in New Issue
Block a user