[oe-commits] Jackie Huang : gd: split the binaries to package gd-tools

git at git.openembedded.org git at git.openembedded.org
Sat May 3 18:44:53 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 846ab65cfed72c1cdba465e51ed40d3a9fb6b690
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=846ab65cfed72c1cdba465e51ed40d3a9fb6b690

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Wed Apr 23 03:26:27 2014 -0400

gd: split the binaries to package gd-tools

As most linux distribution do, gd only includes the library,
and split all the command line tools into gd-tools, and add
the perl dependcy since one of the tools is a perl script.

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/gd/gd_2.1.0.bb | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/meta-oe/recipes-support/gd/gd_2.1.0.bb b/meta-oe/recipes-support/gd/gd_2.1.0.bb
index a260cd6..d92e639 100644
--- a/meta-oe/recipes-support/gd/gd_2.1.0.bb
+++ b/meta-oe/recipes-support/gd/gd_2.1.0.bb
@@ -30,3 +30,12 @@ EXTRA_OECONF += " --disable-rpath \
                   --without-x"
 
 EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"'
+
+PACKAGES += "${PN}-tools"
+
+FILES_${PN} = "${libdir}/lib*${SOLIBS}"
+FILES_${PN}-tools = "${bindir}/*"
+
+PROVIDES += "${PN}-tools"
+RPROVIDES_${PN}-tools = "${PN}-tools"
+RDEPENDS_${PN}-tools = "perl perl-module-strict"



More information about the Openembedded-commits mailing list