summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gdbm
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-04-13 13:34:18 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-13 16:04:10 +0100
commit996308a4eab87e3b4b4a307f170a826869aac40c (patch)
treecde74892c27baf167be6326725e0c78cc5ed4d4c /meta/recipes-support/gdbm
parent54c6e07ffe1c0185afd5969971eb70703db6b942 (diff)
downloadpoky-996308a4eab87e3b4b4a307f170a826869aac40c.tar.gz
gdbm: Package compat libs in gdbm-compat
In order to avoid breaking packages which depend on old package name libgdbm4 (>= 1.10), compat libs are packaged into a separate package named gdbm-compat. (From OE-Core rev: 703d7efdf7679040f19430458cd575cded5c600e) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gdbm')
-rw-r--r--meta/recipes-support/gdbm/gdbm_1.10.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-support/gdbm/gdbm_1.10.bb b/meta/recipes-support/gdbm/gdbm_1.10.bb
index 26b80093e7..6b68d27cce 100644
--- a/meta/recipes-support/gdbm/gdbm_1.10.bb
+++ b/meta/recipes-support/gdbm/gdbm_1.10.bb
@@ -4,7 +4,7 @@ SECTION = "libs"
4LICENSE = "GPLv3" 4LICENSE = "GPLv3"
5LIC_FILES_CHKSUM = "file://COPYING;md5=241da1b9fe42e642cbb2c24d5e0c4d24" 5LIC_FILES_CHKSUM = "file://COPYING;md5=241da1b9fe42e642cbb2c24d5e0c4d24"
6 6
7PR = "r2" 7PR = "r3"
8 8
9SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz" 9SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz"
10 10
@@ -25,3 +25,8 @@ do_install_append () {
25 ln -sf ../ndbm.h ${D}/${includedir}/gdbm/ndbm.h 25 ln -sf ../ndbm.h ${D}/${includedir}/gdbm/ndbm.h
26 ln -sf ../gdbm.h ${D}/${includedir}/gdbm/gdbm.h 26 ln -sf ../gdbm.h ${D}/${includedir}/gdbm/gdbm.h
27} 27}
28
29PACKAGES =+ "${PN}-compat \
30 "
31FILES_${PN}-compat = "${libdir}/libgdbm_compat${SOLIBS} \
32 "