udisks: Install bash_completion script in OE familiar dir

bash-completion packages up /etc/bash_completion.d automatically
so install the bash completion script in the above said dir

inherit bash-completion to do the needed for bash-completion package

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2019-05-23 22:04:34 -07:00
parent 9e25b6587c
commit 07d46c6261
2 changed files with 35 additions and 1 deletions
@@ -0,0 +1,33 @@
From 7863a72c723035529d6fd8d626d7fbf9a765f162 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Thu, 23 May 2019 21:49:57 -0700
Subject: [PATCH] tools: Install bash_completion script in
/etc/bash_completion.d
In OE this is one of common locations to install bash_completion files
and its covered for packaging automatically when bash_completion class
is inherited
Upstream-Status: Inappropriate [OE-Specific]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
tools/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 0aaec11..839c961 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -72,7 +72,7 @@ udisks_tcp_bridge_LDADD = $(DBUS_GLIB_LIBS)
CLEANFILES = $(BUILT_SOURCES)
-profiledir = $(sysconfdir)/profile.d
+profiledir = $(sysconfdir)/bash_completion.d
profile_SCRIPTS = udisks-bash-completion.sh
EXTRA_DIST = $(profile_SCRIPTS)
--
2.21.0
@@ -17,12 +17,13 @@ SRC_URI = "http://hal.freedesktop.org/releases/${BPN}-${PV}.tar.gz;name=${BPN} \
file://udisks-1.0.5-fix-service-file.patch \
file://0001-Make-udev-rules-directory-configurable.patch \
file://0001-include-sys-sysmacros.h.patch \
file://0001-tools-Install-bash_completion-script-in-etc-bash_com.patch \
"
SRC_URI[udisks.md5sum] = "70d48dcfe523a74cd7c7fbbc2847fcdd"
SRC_URI[udisks.sha256sum] = "f2ec82eb0ea7e01dc299b5b29b3c18cdf861236ec43dcff66b3552b4b31c6f71"
inherit autotools-brokensep systemd gtk-doc distro_features_check
inherit autotools-brokensep systemd gtk-doc distro_features_check bash-completion
REQUIRED_DISTRO_FEATURES = "polkit"