diff options
author | Kai Kang <kai.kang@windriver.com> | 2020-04-23 17:21:10 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-25 08:32:41 -0700 |
commit | 667a22f84a03e468a3a057109ae68b7785977e36 (patch) | |
tree | 60cf443189cad81be40a82e3152cb72dceb8596d /meta-xfce/recipes-apps/xfce4-panel-profiles | |
parent | a0744673f073ef426df44079375c69b2928b5bf4 (diff) | |
download | meta-openembedded-667a22f84a03e468a3a057109ae68b7785977e36.tar.gz |
xfce4-panel-profiles: not create link to /usr/share/locale
It is useless to create a link to $(PREFIX)/share/locale that there is
no reference to $(PREFIX)/share/$(APPNAME)/locale in source code.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-apps/xfce4-panel-profiles')
-rw-r--r-- | meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles/not-create-link-to-locale.patch | 22 | ||||
-rw-r--r-- | meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.10.bb | 4 |
2 files changed, 25 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles/not-create-link-to-locale.patch b/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles/not-create-link-to-locale.patch new file mode 100644 index 000000000..80cdfb903 --- /dev/null +++ b/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles/not-create-link-to-locale.patch | |||
@@ -0,0 +1,22 @@ | |||
1 | It is useless to create a link to $(PREFIX)/share/locale that there is no | ||
2 | reference to $(PREFIX)/share/$(APPNAME)/locale in source code. | ||
3 | |||
4 | Upstream-Status: Submitted [https://bugzilla.xfce.org/show_bug.cgi?id=16693] | ||
5 | |||
6 | Signed-off-by: Kai Kang <kai.kang@windriver.com> | ||
7 | --- | ||
8 | Makefile.in.in | 1 - | ||
9 | 1 file changed, 1 deletion(-) | ||
10 | |||
11 | diff --git a/Makefile.in.in b/Makefile.in.in | ||
12 | index c0ce866..c2f26fe 100644 | ||
13 | --- a/Makefile.in.in | ||
14 | +++ b/Makefile.in.in | ||
15 | @@ -61,7 +61,6 @@ install: all xfce4-panel-profiles.1.gz | ||
16 | install data/metainfo/*.xml $(DESTDIR)/$(PREFIX)/share/metainfo | ||
17 | |||
18 | cp -rf locale $(DESTDIR)/$(PREFIX)/share | ||
19 | - ln -sf $(PREFIX)/share/locale $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/locale | ||
20 | |||
21 | install -d $(DESTDIR)/$(PREFIX)/share/man/man1 | ||
22 | install xfce4-panel-profiles.1.gz $(DESTDIR)/$(PREFIX)/share/man/man1 | ||
diff --git a/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.10.bb b/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.10.bb index 5b5a286a4..7226b1a03 100644 --- a/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.10.bb +++ b/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.10.bb | |||
@@ -9,7 +9,9 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
9 | 9 | ||
10 | DEPENDS += "intltool-native" | 10 | DEPENDS += "intltool-native" |
11 | 11 | ||
12 | SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/1.0/${BP}.tar.bz2" | 12 | SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/1.0/${BP}.tar.bz2 \ |
13 | file://not-create-link-to-locale.patch \ | ||
14 | " | ||
13 | SRC_URI[md5sum] = "6190678bc701c197babcb2389ba46182" | 15 | SRC_URI[md5sum] = "6190678bc701c197babcb2389ba46182" |
14 | SRC_URI[sha256sum] = "a84d5e748d53bc5da269954cc3ad7f5ac0c4f5813acfd3892ea6f9064f17fb68" | 16 | SRC_URI[sha256sum] = "a84d5e748d53bc5da269954cc3ad7f5ac0c4f5813acfd3892ea6f9064f17fb68" |
15 | 17 | ||