diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-04-13 13:34:18 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-13 16:04:10 +0100 |
commit | 996308a4eab87e3b4b4a307f170a826869aac40c (patch) | |
tree | cde74892c27baf167be6326725e0c78cc5ed4d4c /meta/recipes-support | |
parent | 54c6e07ffe1c0185afd5969971eb70703db6b942 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-support/gdbm/gdbm_1.10.bb | 7 |
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" | |||
4 | LICENSE = "GPLv3" | 4 | LICENSE = "GPLv3" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=241da1b9fe42e642cbb2c24d5e0c4d24" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=241da1b9fe42e642cbb2c24d5e0c4d24" |
6 | 6 | ||
7 | PR = "r2" | 7 | PR = "r3" |
8 | 8 | ||
9 | SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz" | 9 | SRC_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 | |||
29 | PACKAGES =+ "${PN}-compat \ | ||
30 | " | ||
31 | FILES_${PN}-compat = "${libdir}/libgdbm_compat${SOLIBS} \ | ||
32 | " | ||