mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
cdrkit: remove ${PN} from ${PN}-dev RDEPENDS
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
0fb490a08c
commit
ecdf9c0664
|
|
@ -23,6 +23,8 @@ inherit cmake
|
|||
DEPENDS = "libcap file bzip2"
|
||||
RDEPENDS:dirsplit = "perl"
|
||||
|
||||
RDEPENDS:${PN}-dev = ""
|
||||
|
||||
PACKAGES =+ "dirsplit genisoimage icedax wodim"
|
||||
|
||||
FILES:dirsplit = " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user