diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-27 11:04:51 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-31 10:18:33 +0200 |
| commit | ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3 (patch) | |
| tree | e16d2a838f4561d5538928a58f805e5f1373225a /meta-gpe/recipes-support/fbreader/files | |
| parent | 6775acb048dabd624c5c8197b683aba45ed91569 (diff) | |
| download | meta-openembedded-ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3.tar.gz | |
recipes: remove blacklisted recipes
* as PNBLACKLIST message says, these recipes are blacklisted for long
time and nobody showed any interest to fix them
* remove all unused .patch and .inc files as well
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gpe/recipes-support/fbreader/files')
| -rw-r--r-- | meta-gpe/recipes-support/fbreader/files/0001-Fix-installation-of-the-icons-when-RESOLUTION-is-set.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/meta-gpe/recipes-support/fbreader/files/0001-Fix-installation-of-the-icons-when-RESOLUTION-is-set.patch b/meta-gpe/recipes-support/fbreader/files/0001-Fix-installation-of-the-icons-when-RESOLUTION-is-set.patch deleted file mode 100644 index f6e12023b1..0000000000 --- a/meta-gpe/recipes-support/fbreader/files/0001-Fix-installation-of-the-icons-when-RESOLUTION-is-set.patch +++ /dev/null | |||
| @@ -1,40 +0,0 @@ | |||
| 1 | From da4170b61bb41eff0af170d1d77bfd90f9ebe5dd Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | ||
| 3 | Date: Fri, 20 Jan 2012 11:34:42 +0100 | ||
| 4 | Subject: [PATCH] Fix installation of the icons when RESOLUTION is set | ||
| 5 | |||
| 6 | When resolution is set, the following code(in fbreader/Makefile) is executed: | ||
| 7 | VARIANT = $(TARGET_ARCH) | ||
| 8 | ifneq "$(RESOLUTION)" "" | ||
| 9 | VARIANT = $(TARGET_ARCH)_$(RESOLUTION) | ||
| 10 | endif | ||
| 11 | |||
| 12 | This fix is based on a patch from the openembedded project, | ||
| 13 | which can be found here: | ||
| 14 | http://cgit.openembedded.org/openembedded/tree/recipes/fbreader/fbreader-0.12.1/Makefile.patch | ||
| 15 | |||
| 16 | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | ||
| 17 | --- | ||
| 18 | Submitted trough github to git://github.com/geometer/FBReader.git as a pull request | ||
| 19 | |||
| 20 | fbreader/Makefile | 4 ++-- | ||
| 21 | 1 files changed, 2 insertions(+), 2 deletions(-) | ||
| 22 | |||
| 23 | diff --git a/fbreader/Makefile b/fbreader/Makefile | ||
| 24 | index bfa9242..03e6cc3 100644 | ||
| 25 | --- a/fbreader/Makefile | ||
| 26 | +++ b/fbreader/Makefile | ||
| 27 | @@ -60,8 +60,8 @@ do_install: | ||
| 28 | @install -d $(FBSHAREDIR)/resources | ||
| 29 | @install -m 0644 $(wildcard data/resources/*.xml) $(FBSHAREDIR)/resources | ||
| 30 | @install -d $(DESTDIR)$(APPIMAGEDIR_REAL) | ||
| 31 | - @install -m 0644 $(wildcard data/icons/toolbar/$(VARIANT)/*.*) $(DESTDIR)$(APPIMAGEDIR_REAL) | ||
| 32 | - @install -m 0644 $(wildcard data/icons/filetree/$(VARIANT)/*.*) $(DESTDIR)$(APPIMAGEDIR_REAL) | ||
| 33 | + @install -m 0644 $(wildcard data/icons/toolbar/$(TARGET_ARCH)/*.*) $(DESTDIR)$(APPIMAGEDIR_REAL) | ||
| 34 | + @install -m 0644 $(wildcard data/icons/filetree/$(TARGET_ARCH)/*.*) $(DESTDIR)$(APPIMAGEDIR_REAL) | ||
| 35 | @install -m 0644 $(wildcard data/icons/booktree/new/*.*) $(DESTDIR)$(APPIMAGEDIR_REAL) | ||
| 36 | @make -C $(TARGET_ARCH) RESOLUTION=$(RESOLUTION) install | ||
| 37 | |||
| 38 | -- | ||
| 39 | 1.7.4.1 | ||
| 40 | |||
