[oe-commits] [openembedded-core] 14/23: lttng-tools: adds DEPENDS to util-linux

git at git.openembedded.org git at git.openembedded.org
Fri Sep 23 14:54:03 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 395a5391ec845e38c825cbf718094db006423965
Author: Ming Liu <peter.x.liu at external.atlascopco.com>
AuthorDate: Fri Sep 23 13:14:48 2016 +0200

    lttng-tools: adds DEPENDS to util-linux
    
    lttng-utils rdepends on util-linux-libuuid, this fixes a do_package_qa
    QA warning.
    
    Signed-off-by: Ming Liu <peter.x.liu at external.atlascopco.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/lttng/lttng-tools_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/lttng/lttng-tools_git.bb b/meta/recipes-kernel/lttng/lttng-tools_git.bb
index 84cac84..ab75a37 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_git.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_git.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=01d7fc4496aacf37d90df90b90b0cac1 \
                     file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
                     file://lgpl-2.1.txt;md5=0f0d71500e6a57fd24d825f33242b9ca"
 
-DEPENDS = "liburcu popt libxml2"
+DEPENDS = "liburcu popt libxml2 util-linux"
 RDEPENDS_${PN} = "libgcc"
 RDEPENDS_${PN}-ptest += "make perl bash"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list