diff options
| author | Andrew Davis <afd@ti.com> | 2022-07-08 10:14:30 -0500 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-07-08 22:43:03 -0400 |
| commit | 40a55b3215e5d93e6ea83433ac236647a2f93529 (patch) | |
| tree | 32dce5ee1607aad3c0cec86b29bb22852222824a /meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb | |
| parent | cd14aec0541ca2d9e7f8bb6f5d081be535623fb9 (diff) | |
| download | meta-openembedded-40a55b3215e5d93e6ea83433ac236647a2f93529.tar.gz | |
libsdl: The libsdl and libsdl2 are not virtual
There is only one provider, these should not be virtual.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb b/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb index 6673ba3d4b..797c38d8e1 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl-ttf_2.0.11.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | SUMMARY = "Simple DirectMedia Layer truetype font library" | 1 | SUMMARY = "Simple DirectMedia Layer truetype font library" |
| 2 | SECTION = "libs" | 2 | SECTION = "libs" |
| 3 | DEPENDS = "virtual/libsdl freetype" | 3 | DEPENDS = "libsdl freetype" |
| 4 | LICENSE = "Zlib" | 4 | LICENSE = "Zlib" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=22800d1b3701377aae0b61ee36f5c303" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=22800d1b3701377aae0b61ee36f5c303" |
| 6 | 6 | ||
