mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 15:03:59 +02:00
packagegroup-meta-filesystems: Fix utils typo
This typo would cause all utils tools to be missing in the image when only installing packagegroup-meta-filesystems Signed-off-by: Yongchang Qiao <qiaoyongchang@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e82b1535e7
commit
f6d6122ba7
|
@ -7,13 +7,13 @@ PROVIDES = "${PACKAGES}"
|
|||
PACKAGES = ' \
|
||||
packagegroup-meta-filesystems \
|
||||
packagegroup-meta-filesystems-support \
|
||||
packagegroup-meta-filesystems-utls \
|
||||
packagegroup-meta-filesystems-utils \
|
||||
'
|
||||
|
||||
RDEPENDS:packagegroup-meta-filesystems = "\
|
||||
packagegroup-meta-filesystems \
|
||||
packagegroup-meta-filesystems-support \
|
||||
packagegroup-meta-filesystems-utls \
|
||||
packagegroup-meta-filesystems-utils \
|
||||
"
|
||||
|
||||
RDEPENDS:packagegroup-meta-filesystems = "\
|
||||
|
|
Loading…
Reference in New Issue
Block a user