mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 23:39:22 +00:00
PR bump packages with gdbm in DEPENDS
This is done because of this change in gdbm: "gdbm: Package compat libs in gdbm-compat" (From OE-Core rev: b91d8a07f736b7698650d25609245c89e0ed73d5) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
996308a4ea
commit
60cf19a36d
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \
|
|||||||
# We need gnugrep (for -I)
|
# We need gnugrep (for -I)
|
||||||
DEPENDS = "virtual/db grep-native"
|
DEPENDS = "virtual/db grep-native"
|
||||||
DEPENDS += "gdbm zlib"
|
DEPENDS += "gdbm zlib"
|
||||||
PR = "r4"
|
PR = "r5"
|
||||||
|
|
||||||
# 5.10.1 has Module::Build built-in
|
# 5.10.1 has Module::Build built-in
|
||||||
PROVIDES += "libmodule-build-perl"
|
PROVIDES += "libmodule-build-perl"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
require python.inc
|
require python.inc
|
||||||
DEPENDS = "python-native bzip2 db gdbm openssl readline sqlite3 zlib"
|
DEPENDS = "python-native bzip2 db gdbm openssl readline sqlite3 zlib"
|
||||||
PR = "${INC_PR}.10"
|
PR = "${INC_PR}.11"
|
||||||
|
|
||||||
DISTRO_SRC_URI ?= "file://sitecustomize.py"
|
DISTRO_SRC_URI ?= "file://sitecustomize.py"
|
||||||
DISTRO_SRC_URI_linuxstdbase = ""
|
DISTRO_SRC_URI_linuxstdbase = ""
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
require pulseaudio.inc
|
require pulseaudio.inc
|
||||||
|
|
||||||
PR = "r7"
|
PR = "r8"
|
||||||
|
|
||||||
DEPENDS += "libjson gdbm speex libxml-parser-perl-native"
|
DEPENDS += "libjson gdbm speex libxml-parser-perl-native"
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ LICENSE = "Apache-2.0"
|
|||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb \
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=519e0a18e03f7c023070568c14b077bb \
|
||||||
file://include/apu_version.h;endline=17;md5=806685a84e71f10c80144c48eb35df42"
|
file://include/apu_version.h;endline=17;md5=806685a84e71f10c80144c48eb35df42"
|
||||||
|
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \
|
SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \
|
||||||
file://configfix.patch \
|
file://configfix.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user