diff options
| -rw-r--r-- | meta-oe/recipes-support/gd/gd_2.1.0.bb | 9 |
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 | ||
| 32 | EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"' | 32 | EXTRA_OEMAKE = 'LDFLAGS="${LDFLAGS}"' |
| 33 | |||
| 34 | PACKAGES += "${PN}-tools" | ||
| 35 | |||
| 36 | FILES_${PN} = "${libdir}/lib*${SOLIBS}" | ||
| 37 | FILES_${PN}-tools = "${bindir}/*" | ||
| 38 | |||
| 39 | PROVIDES += "${PN}-tools" | ||
| 40 | RPROVIDES_${PN}-tools = "${PN}-tools" | ||
| 41 | RDEPENDS_${PN}-tools = "perl perl-module-strict" | ||
