From 61ceb2a0b95a2d9e88d8024d5dd7c294deaee7ed Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Wed, 27 Mar 2013 00:51:20 +0200 Subject: [PATCH 1/1] pandora-configtray: fix syntax =+ vs += , WTH? --- recipes/pandora-system/pandora-configtray.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/pandora-system/pandora-configtray.bb b/recipes/pandora-system/pandora-configtray.bb index 644134c..5f3e416 100755 --- a/recipes/pandora-system/pandora-configtray.bb +++ b/recipes/pandora-system/pandora-configtray.bb @@ -1,7 +1,7 @@ DESCRIPTION = "A tray applet to change various Pandora-related settings" LICENSE = "zlib" -PR = "r11" +PR = "r12" PARALLEL_MAKE = "" DEPENDS = "gtk+" @@ -46,7 +46,7 @@ do_install() { install -m 0644 ${WORKDIR}/Pandora-Configtray.desktop ${D}${sysconfdir}/skel/Applications/Settings/autostart/Pandora-Configtray.desktop } -PACKAGES += "${PN}-wifi" +PACKAGES =+ "${PN}-wifi" PROVIDES += "${PN}-wifi" FILES_${PN}-wifi = "${datadir}/configbutton/wifi.so ${prefix}/share/icons/pandora/wifi.png" FILES_${PN} += "${prefix} ${datadir}" -- 2.39.2