[oe-commits] org.oe.dev gdbm: add PACKAGES_DYNAMIC to satisfy python

koen commit openembedded-commits at lists.openembedded.org
Wed Oct 4 08:37:38 UTC 2006


gdbm: add PACKAGES_DYNAMIC to satisfy python

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 5988c41525fd5201d9110e0825598912dbb8ef49
ViewMTN: http://monotone.openembedded.org/revision.psp?id=5988c41525fd5201d9110e0825598912dbb8ef49
Files:
1
packages/gdbm/gdbm_1.8.3.bb
Diffs:

#
# mt diff -raf4d9707539caa3779d9e1f65550a1cc2545f65d -r5988c41525fd5201d9110e0825598912dbb8ef49
#
# 
# 
# patch "packages/gdbm/gdbm_1.8.3.bb"
#  from [2fceef23eb4a469c28e829ef3e8b957096c78cbd]
#    to [30998ad1eca1825ce493b22eec4453befd221910]
# 
============================================================
--- packages/gdbm/gdbm_1.8.3.bb	2fceef23eb4a469c28e829ef3e8b957096c78cbd
+++ packages/gdbm/gdbm_1.8.3.bb	30998ad1eca1825ce493b22eec4453befd221910
@@ -1,10 +1,13 @@ LICENSE = "GPL"
 DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing."
 HOMEPAGE = "http://www.gnu.org/software/gdbm/gdbm.html"
 SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "GPL"
+
 PR = "r2"
 
+PACKAGES_DYNAMIC = "libgdbm*"
+
 SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
 	   file://makefile.patch;patch=1 \
            file://libtool-mode.patch;patch=1"






More information about the Openembedded-commits mailing list