mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-21 20:12:48 +00:00
cdrkit: remove ${PN} from ${PN}-dev RDEPENDS
upstream commit 245afbc8bd3bf6e91d02a99532ab8cab26e00024
If you add -dev packages to an image, as in an
sdk, ${PN}-dev is pulled in, which depends on ${PN}
which no longer exists in the new package layout.
Error:
Problem: conflicting requests
- nothing provides cdrkit = 1.1.11-r0.1 needed by
cdrkit-dev-1.1.11-r0.1.corei7_64
(try to add '--skip-broken' to skip uninstallable packages)
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
24f4e6e8d0
commit
94bcdca123
@ -20,6 +20,8 @@ inherit cmake
|
||||
DEPENDS = "libcap file bzip2"
|
||||
RDEPENDS_dirsplit = "perl"
|
||||
|
||||
RDEPENDS_${PN}-dev = ""
|
||||
|
||||
PACKAGES =+ "dirsplit genisoimage icedax wodim"
|
||||
|
||||
FILES_dirsplit = " \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user