mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 14:22:32 +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:
parent
1608ba5b9d
commit
e5cd8b0c37
@ -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"
|
||||||
Loading…
x
Reference in New Issue
Block a user