From 846ab65cfed72c1cdba465e51ed40d3a9fb6b690 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 23 Apr 2014 03:26:27 -0400 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-support/gd/gd_2.1.0.bb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'meta-oe/recipes-support/gd') 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 a260cd67be..d92e6395f8 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" -- cgit 1.2.3-korg