diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-02-10 21:10:52 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 12:31:32 +0000 |
commit | 24eba6f321e1152bcf60bc16ec21b0b29ab21179 (patch) | |
tree | ac7c2d226e0c0281e0e0961054363601f1dacf40 /meta/recipes-support | |
parent | e1ae012388e4321b95cd79c014af135cf6c419ad (diff) | |
download | openembedded-core-24eba6f321e1152bcf60bc16ec21b0b29ab21179.tar.gz openembedded-core-24eba6f321e1152bcf60bc16ec21b0b29ab21179.tar.bz2 openembedded-core-24eba6f321e1152bcf60bc16ec21b0b29ab21179.zip |
db: update HOMEPAGE
The previous HOMEPAGE is no longer available.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/db/db_5.3.28.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/db/db_6.0.30.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db/db_5.3.28.bb index 3dc1da50f1..c724f049f7 100644 --- a/meta/recipes-support/db/db_5.3.28.bb +++ b/meta/recipes-support/db/db_5.3.28.bb @@ -10,7 +10,7 @@ # same system at the same time if really necessary. SECTION = "libs" SUMMARY = "Berkeley Database v5" -HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html" +HOMEPAGE = "http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html" LICENSE = "Sleepycat" VIRTUAL_NAME ?= "virtual/db" RCONFLICTS_${PN} = "db3" diff --git a/meta/recipes-support/db/db_6.0.30.bb b/meta/recipes-support/db/db_6.0.30.bb index eac84b8383..9505defabf 100644 --- a/meta/recipes-support/db/db_6.0.30.bb +++ b/meta/recipes-support/db/db_6.0.30.bb @@ -10,7 +10,7 @@ # same system at the same time if really necessary. SECTION = "libs" SUMMARY = "Berkeley Database v6" -HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html" +HOMEPAGE = "http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html" LICENSE = "AGPL-3.0" VIRTUAL_NAME ?= "virtual/db" RCONFLICTS_${PN} = "db3" |