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 /meta-filesystems | |
parent | ec26ab4394d19ac30efdfbc61de36cbdee99fce4 (diff) | |
download | meta-openembedded-contrib-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>
Diffstat (limited to 'meta-filesystems')
-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 a0033fab5c7..57cfdcdf822 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 @@ SUMMARY = "PhysicsFS is a library to provide abstract access to various archives" -HOMEAPAGE = "http://icculus.org/physfs" +HOMEPAGE = "http://icculus.org/physfs" LICENSE = "Zlib" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=96801882d1120239dcafbf888e821a6e" DEPENDS = "readline zlib" |