diff options
-rw-r--r-- | meta-oe/recipes-navigation/geos/geos_3.9.3.bb | 3 | ||||
-rw-r--r-- | meta-oe/recipes-navigation/geos/geos_3.9.4.bb (renamed from meta-oe/recipes-navigation/geos/geos.inc) | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-navigation/geos/geos_3.9.3.bb b/meta-oe/recipes-navigation/geos/geos_3.9.3.bb deleted file mode 100644 index fdb72204ea..0000000000 --- a/meta-oe/recipes-navigation/geos/geos_3.9.3.bb +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | require geos.inc | ||
2 | |||
3 | SRC_URI[sha256sum] = "f8b2314e311456f7a449144efb5e3188c2a28774752bc50fc882a3cd5c89ee35" | ||
diff --git a/meta-oe/recipes-navigation/geos/geos.inc b/meta-oe/recipes-navigation/geos/geos_3.9.4.bb index 484ca9154f..7822cde30d 100644 --- a/meta-oe/recipes-navigation/geos/geos.inc +++ b/meta-oe/recipes-navigation/geos/geos_3.9.4.bb | |||
@@ -5,7 +5,8 @@ SECTION = "libs" | |||
5 | LICENSE = "LGPL-2.1-or-later" | 5 | LICENSE = "LGPL-2.1-or-later" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
7 | 7 | ||
8 | SRC_URI = "http://download.osgeo.org/geos/geos-${PV}.tar.bz2" | 8 | SRC_URI = "http://download.osgeo.org/${BPN}/${BP}.tar.bz2" |
9 | SRC_URI[sha256sum] = "70dff2530d8cd2dfaeeb91a5014bd17afb1baee8f0e3eb18e44d5b4dbea47b14" | ||
9 | 10 | ||
10 | inherit autotools pkgconfig binconfig | 11 | inherit autotools pkgconfig binconfig |
11 | 12 | ||