summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-core/plymouth/plymouth_0.9.5.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/plymouth/plymouth_0.9.5.bb b/meta-oe/recipes-core/plymouth/plymouth_0.9.5.bb
index 04106fcc9b..11fb30d480 100644
--- a/meta-oe/recipes-core/plymouth/plymouth_0.9.5.bb
+++ b/meta-oe/recipes-core/plymouth/plymouth_0.9.5.bb
@@ -13,6 +13,7 @@ LICENSE = "GPLv2+"
13LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 13LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
14 14
15DEPENDS = "libcap libpng cairo dbus udev" 15DEPENDS = "libcap libpng cairo dbus udev"
16DEPENDS_append_libc-musl = " musl-rpmatch"
16PROVIDES = "virtual/psplash" 17PROVIDES = "virtual/psplash"
17RPROVIDES_${PN} = "virtual-psplash virtual-psplash-support" 18RPROVIDES_${PN} = "virtual-psplash virtual-psplash-support"
18 19
@@ -42,6 +43,8 @@ LOGO ??= "${datadir}/plymouth/bizcom.png"
42 43
43inherit autotools pkgconfig systemd gettext 44inherit autotools pkgconfig systemd gettext
44 45
46LDFLAGS_append_libc-musl = " -lrpmatch"
47
45do_install_append() { 48do_install_append() {
46 # Remove /var/run from package as plymouth will populate it on startup 49 # Remove /var/run from package as plymouth will populate it on startup
47 rm -fr "${D}${localstatedir}/run" 50 rm -fr "${D}${localstatedir}/run"