diff options
author | Qi.Chen@windriver.com <Qi.Chen@windriver.com> | 2019-05-07 14:33:07 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-07 09:33:49 -0700 |
commit | eee71df8810806a0019029cdb26fa75f5841e66e (patch) | |
tree | 73783cb884c5ffa904919ee0b4f2cdfa30949a9c /meta-oe/recipes-support/gd | |
parent | 75c110e47ab47b4bae6bbd30c9286da8bb1d0af9 (diff) | |
download | meta-openembedded-eee71df8810806a0019029cdb26fa75f5841e66e.tar.gz |
gd: set CVE_PRODUCT
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/gd')
-rw-r--r-- | meta-oe/recipes-support/gd/gd_2.2.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/gd/gd_2.2.5.bb b/meta-oe/recipes-support/gd/gd_2.2.5.bb index 426af2572..c846bda6b 100644 --- a/meta-oe/recipes-support/gd/gd_2.2.5.bb +++ b/meta-oe/recipes-support/gd/gd_2.2.5.bb | |||
@@ -50,3 +50,5 @@ FILES_${PN}-tools = "${bindir}/*" | |||
50 | PROVIDES += "${PN}-tools" | 50 | PROVIDES += "${PN}-tools" |
51 | RPROVIDES_${PN}-tools = "${PN}-tools" | 51 | RPROVIDES_${PN}-tools = "${PN}-tools" |
52 | RDEPENDS_${PN}-tools = "perl perl-module-strict" | 52 | RDEPENDS_${PN}-tools = "perl perl-module-strict" |
53 | |||
54 | CVE_PRODUCT = "libgd" | ||