[oe-commits] Jesse Zhang : libxpm: inherit gettext

git at git.openembedded.org git at git.openembedded.org
Thu May 30 19:53:28 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 9d26c3b8f03c7367779753a5d49e97fd20fd5e20
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9d26c3b8f03c7367779753a5d49e97fd20fd5e20

Author: Jesse Zhang <sen.zhang at windriver.com>
Date:   Mon Aug 27 06:01:56 2012 +0000

libxpm: inherit gettext

libxpm requires the xgettext command to build.

Signed-off-by: Jesse Zhang <sen.zhang at windriver.com>
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Mark Hatle <mark.hatle at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb
index 9eaa212..17b1ef5 100644
--- a/meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb
+++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb
@@ -1,5 +1,8 @@
 require xorg-lib-common.inc
 
+# libxpm requires xgettext to build
+inherit gettext
+
 SUMMARY = "Xpm: X Pixmap extension library"
 
 DESCRIPTION = "libXpm provides support and common operation for the XPM \



More information about the Openembedded-commits mailing list