summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.7.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.7.4.bb')
-rw-r--r--meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.7.4.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.7.4.bb b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.7.4.bb
index 202078ee7..68307a8ee 100644
--- a/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.7.4.bb
+++ b/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin_0.7.4.bb
@@ -11,12 +11,12 @@ SRC_URI[md5sum] = "03c972d13eba5cd226432ff66e3ff282"
11SRC_URI[sha256sum] = "3f76207b8a845d15bfec6825bd5300aedd086c455259c4dd8670a89a3c8ab382" 11SRC_URI[sha256sum] = "3f76207b8a845d15bfec6825bd5300aedd086c455259c4dd8670a89a3c8ab382"
12 12
13do_compile_prepend() { 13do_compile_prepend() {
14 # Switch to a working license key 14 # Switch to a working license key
15 # https://bugs.archlinux.org/task/26815 15 # https://bugs.archlinux.org/task/26815
16 sed -i \ 16 sed -i \
17 -e 's/^#define PARTNER_ID.*/#define PARTNER_ID "1003666583"/' \ 17 -e 's/^#define PARTNER_ID.*/#define PARTNER_ID "1003666583"/' \
18 -e 's/^#define LICENSE_KEY.*/#define LICENSE_KEY "4128909340a9b2fc"/' \ 18 -e 's/^#define LICENSE_KEY.*/#define LICENSE_KEY "4128909340a9b2fc"/' \
19 ${S}/panel-plugin/weather.h 19 ${S}/panel-plugin/weather.h
20 20
21} 21}
22 22