mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
kubernetes: fixed typos
After upgrading from honister to kirkstone the build always failed during the package_write_ipk step, because the package name has been overwritten because of the typo in FILES. While investigating, I discovered another typo in class-devupstream. Signed-off-by: Guenther Meyer <g.meyer@signum-media.de> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
2d0f7255a7
commit
bcc7d479bb
|
@ -13,7 +13,7 @@ PE = "1"
|
|||
BBCLASSEXTEND = "devupstream:target"
|
||||
LIC_FILES_CHKSUM:class-devupstream = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||
DEFAULT_PREFERENCE:class-devupstream = "-1"
|
||||
SRC_URI:classedevupstream = "git://github.com/kubernetes/kubernetes.git;branch=master;name=kubernetes;protocol=https \
|
||||
SRC_URI:class-devupstream = "git://github.com/kubernetes/kubernetes.git;branch=master;name=kubernetes;protocol=https \
|
||||
git://github.com/kubernetes/release;branch=master;name=kubernetes-release;destsuffix=git/release;protocol=https \
|
||||
"
|
||||
SRCREV_kubernetes:class-devupstream = "d2f6eb6339de25cef04850b6d9be8335d52324cd"
|
||||
|
@ -138,7 +138,7 @@ FILES:kube-proxy = "${bindir}/kube-proxy"
|
|||
FILES:${PN}-misc = "${bindir} ${sysconfdir}/sysctl.d"
|
||||
|
||||
ALLOW_EMPTY:${PN}-host = "1"
|
||||
FILE:${PN}-host = "${BIN_PREFIX}/bin/k8s-init"
|
||||
FILES:${PN}-host = "${BIN_PREFIX}/bin/k8s-init"
|
||||
RDEPENDS:${PN}-host = "${PN}"
|
||||
|
||||
RRECOMMENDS:${PN} = "\
|
||||
|
|
Loading…
Reference in New Issue
Block a user