From: Grazvydas Ignotas Date: Tue, 26 Mar 2013 22:51:20 +0000 (+0200) Subject: pandora-configtray: fix syntax X-Git-Tag: sz_154~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61ceb2a0b95a2d9e88d8024d5dd7c294deaee7ed;p=openpandora.oe.git pandora-configtray: fix syntax =+ vs += , WTH? --- 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}"