git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d7dd39
)
gdbm: add PACKAGES_DYNAMIC to satisfy python
author
Koen Kooi
<koen@openembedded.org>
Wed, 4 Oct 2006 08:27:24 +0000
(08:27 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 4 Oct 2006 08:27:24 +0000
(08:27 +0000)
packages/gdbm/gdbm_1.8.3.bb
patch
|
blob
|
history
diff --git
a/packages/gdbm/gdbm_1.8.3.bb
b/packages/gdbm/gdbm_1.8.3.bb
index
ecef5fc
..
ad648f9
100644
(file)
--- a/
packages/gdbm/gdbm_1.8.3.bb
+++ b/
packages/gdbm/gdbm_1.8.3.bb
@@
-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"