diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-11 17:40:01 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:44:35 +0100 |
commit | 00ba7da845b96a15b42550d15a343f7bc36392f8 (patch) | |
tree | 4e8d958f0f8698c26f2f67a3f6dff7a6e54b3ed3 /meta-xfce/recipes-panel-plugins | |
parent | b7f480cc4c533106442ecfe3266d73dd5a6973e8 (diff) | |
download | meta-openembedded-00ba7da845b96a15b42550d15a343f7bc36392f8.tar.gz |
recipes: blacklist recipes depending on blacklisted recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-panel-plugins')
-rw-r--r-- | meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.2.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.2.6.bb b/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.2.6.bb index c2e0ed912..a7c8deee2 100644 --- a/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.2.6.bb +++ b/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.2.6.bb | |||
@@ -25,3 +25,5 @@ PACKAGECONFIG[netcat] = "--enable-netcat,--disable-netcat, netcat" | |||
25 | PACKAGECONFIG[libnotify] = "--enable-notification,--disable-notification, libnotify" | 25 | PACKAGECONFIG[libnotify] = "--enable-notification,--disable-notification, libnotify" |
26 | 26 | ||
27 | FILES_SOLIBSDEV = "${libdir}/xfce4/modules/lib*${SOLIBSDEV}" | 27 | FILES_SOLIBSDEV = "${libdir}/xfce4/modules/lib*${SOLIBSDEV}" |
28 | |||
29 | PNBLACKLIST[xfce4-sensors-plugin] ?= "Depends on blacklisted lmsensors" | ||