From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R7sT2-0004iU-WD for openembedded-core@lists.openembedded.org; Sun, 25 Sep 2011 19:26:17 +0200 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p8PHRAwN019761; Sun, 25 Sep 2011 18:27:10 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id OKI+qVOh4RVd; Sun, 25 Sep 2011 18:27:10 +0100 (BST) Received: from [192.168.1.40] (tim [93.97.173.237]) (authenticated bits=0) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p8PHR70w019757 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 25 Sep 2011 18:27:09 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Sun, 25 Sep 2011 18:20:44 +0100 In-Reply-To: References: <1316807201-22623-1-git-send-email-dbaryshkov@gmail.com> <1316807201-22623-4-git-send-email-dbaryshkov@gmail.com> X-Mailer: Evolution 3.1.91- Message-ID: <1316971251.8185.31.camel@ted> Mime-Version: 1.0 Cc: Dmitry Eremin-Solenikov Subject: Re: [PATCH 04/10] dbus-glib: include bash-completion stuff X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2011 17:26:17 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2011-09-23 at 17:09 -0300, Otavio Salvador wrote: > On Fri, Sep 23, 2011 at 16:46, Dmitry Eremin-Solenikov > wrote: > ... > > +FILES_${PN} = "${libdir}/lib*.so.* \ > > + ${sysconfdir}/bash_completion.d/dbus-bash-completion.sh \ > > + ${libexecdir}/dbus-bash-completion-helper" > ... > > I'd prefer to have this in another package. Me too, I think this should be packaged separately (with a RRECOMMENDS on bash-completion for good measure). Cheers, Richard