From eec6d1145749e7a4a372296ce17598fa53812a69 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Tue, 26 Mar 2013 21:17:03 +0200 Subject: [PATCH] pandora-configtray: separate wifi more cleanly --- recipes/pandora-system/pandora-configtray.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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}" -- 2.39.2