summaryrefslogtreecommitdiff
path: root/poky/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb')
-rw-r--r--poky/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/poky/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb b/poky/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb
index d3a9b8422..aa1ac77e1 100644
--- a/poky/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb
+++ b/poky/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb
@@ -28,13 +28,13 @@ REQUIRED_DISTRO_FEATURES = "x11"
EXTRA_OECONF = "--with-gtk=3"
-do_install_append () {
+do_install:append () {
install -d ${D}/${datadir}
install -d ${D}/${datadir}/pixmaps/
install -m 0644 ${WORKDIR}/*.png ${D}/${datadir}/pixmaps
}
-FILES_${PN} += "${libdir}/pcmanfm"
+FILES:${PN} += "${libdir}/pcmanfm"
-RRECOMMENDS_${PN} += "adwaita-icon-theme"
+RRECOMMENDS:${PN} += "adwaita-icon-theme"