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_1.2.15.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_1.2.15.bb')
-rw-r--r-- | meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb b/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb index 9085c6d2fe..e2992b5dd9 100644 --- a/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb +++ b/meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb | |||
@@ -10,8 +10,6 @@ SECTION = "libs" | |||
10 | LICENSE = "LGPL-2.1-only" | 10 | LICENSE = "LGPL-2.1-only" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" |
12 | 12 | ||
13 | PROVIDES = "virtual/libsdl" | ||
14 | |||
15 | PR = "r3" | 13 | PR = "r3" |
16 | 14 | ||
17 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ | 15 | SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \ |