mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 15:40:01 +00:00
media-types: fix RPROVIDES
Instead of PROVIDING mime-support, it should RPROVIDE the same package. It allows adding "mime-support" to IMAGE_INSTALL to get a similar behavior than before mime-support recipe was split into two differently named recipes. Also, rename the recipe's folder to match the recipe name. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+4
-2
@@ -35,5 +35,7 @@ INHIBIT_DEFAULT_DEPS = "1"
|
|||||||
|
|
||||||
# Debian used to have mime-support package which was media-types and
|
# Debian used to have mime-support package which was media-types and
|
||||||
# mailcap recipes in one.
|
# mailcap recipes in one.
|
||||||
PROVIDES += "mime-support"
|
PACKAGES += "mime-support"
|
||||||
RDEPENDS:mime-support = "mailcap"
|
RPROVIDES:${PN} += "mime-support"
|
||||||
|
RDEPENDS:mime-support += "${PN} mailcap"
|
||||||
|
ALLOW_EMPTY:mime-support = "1"
|
||||||
Reference in New Issue
Block a user