gdbm: add PACKAGES_DYNAMIC to satisfy python
authorKoen Kooi <koen@openembedded.org>
Wed, 4 Oct 2006 08:27:24 +0000 (08:27 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 4 Oct 2006 08:27:24 +0000 (08:27 +0000)
packages/gdbm/gdbm_1.8.3.bb

index ecef5fc..ad648f9 100644 (file)
@@ -3,8 +3,11 @@ 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"