diff options
| author | Konrad Weihmann <kweihmann@outlook.com> | 2020-05-30 22:29:20 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-05-31 22:42:25 -0700 |
| commit | 0c0fb11a13b2d81baaf19f39f56b83cc3853b1c8 (patch) | |
| tree | ef9cf8a20c00a86d0c42aa452442e344ae2c4b14 | |
| parent | ec26ab4394d19ac30efdfbc61de36cbdee99fce4 (diff) | |
| download | meta-openembedded-0c0fb11a13b2d81baaf19f39f56b83cc3853b1c8.tar.gz | |
physfs: fix typo for HOMEPAGE
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-filesystems/recipes-support/physfs/physfs_3.0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-support/physfs/physfs_3.0.2.bb b/meta-filesystems/recipes-support/physfs/physfs_3.0.2.bb index a0033fab5c..57cfdcdf82 100644 --- a/meta-filesystems/recipes-support/physfs/physfs_3.0.2.bb +++ b/meta-filesystems/recipes-support/physfs/physfs_3.0.2.bb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | SUMMARY = "PhysicsFS is a library to provide abstract access to various archives" | 1 | SUMMARY = "PhysicsFS is a library to provide abstract access to various archives" |
| 2 | HOMEAPAGE = "http://icculus.org/physfs" | 2 | HOMEPAGE = "http://icculus.org/physfs" |
| 3 | LICENSE = "Zlib" | 3 | LICENSE = "Zlib" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=96801882d1120239dcafbf888e821a6e" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=96801882d1120239dcafbf888e821a6e" |
| 5 | DEPENDS = "readline zlib" | 5 | DEPENDS = "readline zlib" |
