From a038cbbc86d564fd8b5c509e13b3a0dca1f6c02b Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Fri, 24 May 2024 20:17:28 +0300 Subject: [PATCH] openbox: follow up UNPACKDIR introduction With the introduction of UNPACKDIR the files were moved from WORKDIR to UNPACKDIR. Adjust the recipe accordingly. Signed-off-by: Dmitry Baryshkov --- recipes-overlayed/openbox/openbox_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-overlayed/openbox/openbox_%.bbappend b/recipes-overlayed/openbox/openbox_%.bbappend index 1f2cc75..57721fc 100644 --- a/recipes-overlayed/openbox/openbox_%.bbappend +++ b/recipes-overlayed/openbox/openbox_%.bbappend @@ -3,7 +3,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" SRC_URI += "file://menu.xml" do_install:append:rpb() { - install -m 0644 ${WORKDIR}/menu.xml ${D}${sysconfdir}/xdg/openbox + install -m 0644 ${UNPACKDIR}/menu.xml ${D}${sysconfdir}/xdg/openbox } RDEPENDS:${PN} += "openbox-xdgmenu"