From 369367c0206b009f01d917ac38881c05e1aaf8f4 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 29 Oct 2021 11:29:27 -0400 Subject: lopper: update to master-next Signed-off-by: Bruce Ashfield --- recipes-kernel/lopper/lopper.bb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/recipes-kernel/lopper/lopper.bb b/recipes-kernel/lopper/lopper.bb index 3db55d12..f36b898c 100644 --- a/recipes-kernel/lopper/lopper.bb +++ b/recipes-kernel/lopper/lopper.bb @@ -3,8 +3,8 @@ DESCRIPTION = "Tool for manipulation of system device tree files" LICENSE = "BSD-3-Clause" SECTION = "bootloader" -SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=https" -SRCREV = "0c23e51d585608ab04009ccf3499f168e2f4d478" +SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master-next;protocol=https" +SRCREV = "3e6aa522d2469ba7563fc6691802cf4aae3d2fd7" S = "${WORKDIR}/git" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=8e5f5f691f01c9fdfa7a7f2d535be619" @@ -19,16 +19,16 @@ do_install() { install -d "${D}/${bindir}" install -d "${D}/${datadir}/${BPN}" - install -m 0644 "${S}/README" "${D}/${datadir}/${BPN}" - install -m 0644 "${S}/README-architecture.txt" "${D}/${datadir}/${BPN}" + install -m 0644 "${S}/README.md" "${D}/${datadir}/${BPN}" + install -m 0644 "${S}/README-architecture.md" "${D}/${datadir}/${BPN}" install -m 0644 "${S}/README.pydoc" "${D}/${datadir}/${BPN}" install -m 0644 "${S}/LICENSE.md" "${D}/${datadir}/${BPN}" - install -d "${D}/${datadir}/${BPN}/assists" - install -m 0644 "${S}/assists/"* "${D}/${datadir}/${BPN}/assists/" + install -d "${D}/${datadir}/${BPN}/lopper/assists" + cp -r "${S}/lopper/assists/"* "${D}/${datadir}/${BPN}/lopper/assists/" - install -d "${D}/${datadir}/${BPN}/lops" - install -m 0644 "${S}/lops/"* "${D}/${datadir}/${BPN}/lops/" + install -d "${D}/${datadir}/${BPN}/lopper/lops" + install -m 0644 "${S}/lopper/lops/"* "${D}/${datadir}/${BPN}/lopper/lops/" install -d "${D}/${datadir}/${BPN}/device-trees" install -m 0644 "${S}/device-trees/"* "${D}/${datadir}/${BPN}/device-trees/" -- cgit v1.2.3-54-g00ecf