diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-11 19:33:14 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:44:35 +0100 |
| commit | 7f3176f6288516fb79378c3e6ec4c03fa1a8c98d (patch) | |
| tree | 9b2e91f290c52751640596fb5a77c7d6f86d68c6 /meta-oe/recipes-graphics | |
| parent | 00ba7da845b96a15b42550d15a343f7bc36392f8 (diff) | |
| download | meta-openembedded-7f3176f6288516fb79378c3e6ec4c03fa1a8c98d.tar.gz | |
recipes: blacklist recipes runtime depending on blacklisted recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics')
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb index 45e3f7b592..0e1164dd14 100644 --- a/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb +++ b/meta-oe/recipes-graphics/xorg-font/xorg-fonts-100dpi.bb | |||
| @@ -12,3 +12,13 @@ RDEPENDS_${PN} = "\ | |||
| 12 | font-bh-lucidatypewriter-100dpi \ | 12 | font-bh-lucidatypewriter-100dpi \ |
| 13 | font-bitstream-100dpi \ | 13 | font-bitstream-100dpi \ |
| 14 | " | 14 | " |
| 15 | |||
| 16 | PNBLACKLIST[xorg-fonts-100dpi] ?= "Runtime depends on blacklisted font-adobe-100dpi" | ||
| 17 | |||
| 18 | PNBLACKLIST[xorg-fonts-100dpi] ?= "Runtime depends on blacklisted xorg-fonts-100dpi" | ||
| 19 | |||
| 20 | PNBLACKLIST[xorg-fonts-100dpi] ?= "Runtime depends on blacklisted font-bh-100dpi" | ||
| 21 | |||
| 22 | PNBLACKLIST[xorg-fonts-100dpi] ?= "Runtime depends on blacklisted font-adobe-utopia-100dpi" | ||
| 23 | |||
| 24 | PNBLACKLIST[xorg-fonts-100dpi] ?= "Runtime depends on blacklisted font-bh-lucidatypewriter-100dpi" | ||
