diff options
| author | Jeremy A. Puhlman <jpuhlman@mvista.com> | 2022-02-14 12:00:06 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-04-02 10:37:03 -0700 |
| commit | 94bcdca123d2c6ee47f28356d86bacd58c7ae369 (patch) | |
| tree | a912a882f7d9f637f40aef90232b4623cfda4d9a | |
| parent | 24f4e6e8d0556540e882e6f0933d1247f64d0666 (diff) | |
| download | meta-openembedded-94bcdca123d2c6ee47f28356d86bacd58c7ae369.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb b/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb index 3344821fa0..b9ee03425e 100644 --- a/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb +++ b/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb | |||
| @@ -20,6 +20,8 @@ inherit cmake | |||
| 20 | DEPENDS = "libcap file bzip2" | 20 | DEPENDS = "libcap file bzip2" |
| 21 | RDEPENDS_dirsplit = "perl" | 21 | RDEPENDS_dirsplit = "perl" |
| 22 | 22 | ||
| 23 | RDEPENDS_${PN}-dev = "" | ||
| 24 | |||
| 23 | PACKAGES =+ "dirsplit genisoimage icedax wodim" | 25 | PACKAGES =+ "dirsplit genisoimage icedax wodim" |
| 24 | 26 | ||
| 25 | FILES_dirsplit = " \ | 27 | FILES_dirsplit = " \ |
