]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
debianutils: workaround dependency problem
authorAndreas Oberritter <obi@opendreambox.org>
Fri, 22 Apr 2016 22:50:49 +0000 (00:50 +0200)
committerAndreas Oberritter <obi@opendreambox.org>
Tue, 17 Oct 2017 02:38:27 +0000 (04:38 +0200)
ERROR: Nothing RPROVIDES 'debianutils-native-run-parts-native' (but virtual:native:[...]/meta/recipes-support/debianutils/debianutils_4.7.bb RDEPENDS on or otherwise requires it)

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
meta/recipes-support/debianutils/debianutils_4.7.bb

index 14f8ea82c8b2fb4f273e2036cd6d9221aa0052f6..4c96e9e64637ead8ab90b2b1482b4ba2ab0c1423 100644 (file)
@@ -32,7 +32,7 @@ do_install_append() {
 PACKAGES =+ "${PN}-run-parts"
 FILES_${PN}-run-parts = "${base_bindir}/run-parts.debianutils"
 
-RDEPENDS_${PN} += "${PN}-run-parts"
+RDEPENDS_${PN}_class-target = "${PN}-run-parts"
 
 
 ALTERNATIVE_PRIORITY="30"