mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-08 20:50:44 +00:00
fix(genesis): use correct s390-tools paths
This commit is contained in:
+4
-6
@@ -6,8 +6,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f5118f167b055bfd7c3450803f1847af"
|
||||
SRC_URI = "git://github.com/ibm-s390-linux/s390-tools;protocol=https;branch=master;tag=v${PV}"
|
||||
SRCREV = "5e07b30bdf67623e7a6d3850e26208b642d416d7"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
COMPATIBLE_HOST = "s390x.*-linux"
|
||||
|
||||
RDEPENDS:${PN} = "bash coreutils findutils gawk grep kmod sed udev util-linux-getopt util-linux-logger"
|
||||
@@ -15,14 +13,14 @@ RDEPENDS:${PN} = "bash coreutils findutils gawk grep kmod sed udev util-linux-ge
|
||||
do_compile[noexec] = "1"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${base_sbindir} ${D}${base_libdir}/s390-tools
|
||||
install -d ${D}${base_sbindir} ${D}${nonarch_base_libdir}/s390-tools
|
||||
sed 's/%S390_TOOLS_VERSION%/${PV}/g' ${S}/zconf/znetconf \
|
||||
>${D}${base_sbindir}/znetconf
|
||||
chmod 0755 ${D}${base_sbindir}/znetconf
|
||||
install -m 0755 ${S}/zconf/lsznet.raw \
|
||||
${D}${base_libdir}/s390-tools/lsznet.raw
|
||||
${D}${nonarch_base_libdir}/s390-tools/lsznet.raw
|
||||
install -m 0755 ${S}/zconf/znetcontrolunits \
|
||||
${D}${base_libdir}/s390-tools/znetcontrolunits
|
||||
${D}${nonarch_base_libdir}/s390-tools/znetcontrolunits
|
||||
}
|
||||
|
||||
FILES:${PN} = "${base_sbindir}/znetconf ${base_libdir}/s390-tools"
|
||||
FILES:${PN} = "${base_sbindir}/znetconf ${nonarch_base_libdir}/s390-tools"
|
||||
|
||||
Reference in New Issue
Block a user