[oe-commits] [meta-openembedded] 01/06: ltrace: Remove RDEPENDS on elfutils

git at git.openembedded.org git at git.openembedded.org
Sat Nov 16 01:59:54 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 267ac62cd336c63219a1047d99d59b8afcb979f1
Author: Adrian Bunk <bunk at stusta.de>
AuthorDate: Fri Nov 15 10:06:53 2019 +0200

    ltrace: Remove RDEPENDS on elfutils
    
    It was added without a rationale and seems unnecessary.
    A runtime dependency on libelf is already automatically generated.
    
    Signed-off-by: Adrian Bunk <bunk at stusta.de>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-devtools/ltrace/ltrace_git.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
index 5c4e7c5..bb21cbc 100644
--- a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
+++ b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
@@ -14,7 +14,6 @@ PV = "7.91+git${SRCPV}"
 SRCREV = "c22d359433b333937ee3d803450dc41998115685"
 
 DEPENDS = "elfutils"
-RDEPENDS_${PN} = "elfutils"
 SRC_URI = "git://github.com/sparkleholic/ltrace.git;branch=master;protocol=http \
            file://configure-allow-to-disable-selinux-support.patch \
            file://0001-replace-readdir_r-with-readdir.patch \

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


More information about the Openembedded-commits mailing list