Browse Source

physfs: fix typo for HOMEPAGE

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Konrad Weihmann 4 years ago
parent
commit
0c0fb11a13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-filesystems/recipes-support/physfs/physfs_3.0.2.bb

+ 1 - 1
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"