[oe-commits] [openembedded-core] 16/17: libxpm: add explicit gettext-native dependency

git at git.openembedded.org git at git.openembedded.org
Thu Jan 17 22:22:15 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5080a04c532a0713ae49622a51cf30249a1d82cd
Author: Alistair Francis <Alistair.Francis at wdc.com>
AuthorDate: Thu Jan 17 00:31:49 2019 +0000

    libxpm: add explicit gettext-native dependency
    
    In an issue similar to "atk: add explicit gettext-native dependency"
    (964ea8bfc455f6017dc834104d96b8f5aa40a5bc) we need to add gettext-native
    to DEPENDS explicitly as the gettext class reduces dependencies in
    native builds.
    
    Signed-off-by: Alistair Francis <alistair.francis at wdc.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-graphics/xorg-lib/libxpm_3.5.12.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.12.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.12.bb
index 13a1b91..57b202c 100644
--- a/meta/recipes-graphics/xorg-lib/libxpm_3.5.12.bb
+++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.12.bb
@@ -12,7 +12,7 @@ protocol."
 
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=51f4270b012ecd4ab1a164f5f4ed6cf7"
-DEPENDS += "libxext libsm libxt"
+DEPENDS += "libxext libsm libxt gettext-native"
 PE = "1"
 
 XORG_PN = "libXpm"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list