mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
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>
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
It is useless to create a link to $(PREFIX)/share/locale that there is no
|
||||
reference to $(PREFIX)/share/$(APPNAME)/locale in source code.
|
||||
|
||||
Upstream-Status: Submitted [https://bugzilla.xfce.org/show_bug.cgi?id=16693]
|
||||
|
||||
Signed-off-by: Kai Kang <kai.kang@windriver.com>
|
||||
---
|
||||
Makefile.in.in | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/Makefile.in.in b/Makefile.in.in
|
||||
index c0ce866..c2f26fe 100644
|
||||
--- a/Makefile.in.in
|
||||
+++ b/Makefile.in.in
|
||||
@@ -61,7 +61,6 @@ install: all xfce4-panel-profiles.1.gz
|
||||
install data/metainfo/*.xml $(DESTDIR)/$(PREFIX)/share/metainfo
|
||||
|
||||
cp -rf locale $(DESTDIR)/$(PREFIX)/share
|
||||
- ln -sf $(PREFIX)/share/locale $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/locale
|
||||
|
||||
install -d $(DESTDIR)/$(PREFIX)/share/man/man1
|
||||
install xfce4-panel-profiles.1.gz $(DESTDIR)/$(PREFIX)/share/man/man1
|
||||
@@ -9,7 +9,9 @@ REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
DEPENDS += "intltool-native"
|
||||
|
||||
SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/1.0/${BP}.tar.bz2"
|
||||
SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/1.0/${BP}.tar.bz2 \
|
||||
file://not-create-link-to-locale.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "6190678bc701c197babcb2389ba46182"
|
||||
SRC_URI[sha256sum] = "a84d5e748d53bc5da269954cc3ad7f5ac0c4f5813acfd3892ea6f9064f17fb68"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user