From: Grazvydas Ignotas Date: Tue, 26 Mar 2013 19:17:03 +0000 (+0200) Subject: pandora-configtray: separate wifi more cleanly X-Git-Tag: sz_154~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eec6d1145749e7a4a372296ce17598fa53812a69;p=openpandora.oe.git pandora-configtray: separate wifi more cleanly --- diff --git a/recipes/pandora-system/pandora-configtray.bb b/recipes/pandora-system/pandora-configtray.bb index f8bb2fa..644134c 100755 --- a/recipes/pandora-system/pandora-configtray.bb +++ b/recipes/pandora-system/pandora-configtray.bb @@ -1,9 +1,11 @@ DESCRIPTION = "A tray applet to change various Pandora-related settings" +LICENSE = "zlib" -PR = "r9" +PR = "r11" PARALLEL_MAKE = "" DEPENDS = "gtk+" +RDEPENDS_${PN}-wifi += "${PN}" inherit pkgconfig @@ -44,4 +46,7 @@ do_install() { install -m 0644 ${WORKDIR}/Pandora-Configtray.desktop ${D}${sysconfdir}/skel/Applications/Settings/autostart/Pandora-Configtray.desktop } +PACKAGES += "${PN}-wifi" +PROVIDES += "${PN}-wifi" +FILES_${PN}-wifi = "${datadir}/configbutton/wifi.so ${prefix}/share/icons/pandora/wifi.png" FILES_${PN} += "${prefix} ${datadir}"