summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/gd/gd_2.1.0.bb9
1 files changed, 9 insertions, 0 deletions
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 \
30 --without-x" 30 --without-x"
31 31
32EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"' 32EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"'
33
34PACKAGES += "${PN}-tools"
35
36FILES_${PN} = "${libdir}/lib*${SOLIBS}"
37FILES_${PN}-tools = "${bindir}/*"
38
39PROVIDES += "${PN}-tools"
40RPROVIDES_${PN}-tools = "${PN}-tools"
41RDEPENDS_${PN}-tools = "perl perl-module-strict"