aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-10-04 10:48:23 +0000
committerRichard Purdie <rpurdie@rpsys.net>2006-10-04 10:48:23 +0000
commit5356716fed519d6cf71cc36154f4a89568c45192 (patch)
tree48a76d6f84ca4d53ac061f580acd94f64b1b5f3a
parent668c42cb7e6ee3be1fb10dbc4c2e7f138734538b (diff)
downloadopenembedded-5356716fed519d6cf71cc36154f4a89568c45192.tar.gz
gdbm: Fix breakage introduced by koen. Breaking X because Y is broken is not acceptable behaviour, neither is just telling other people to fix the problem. This hack is also broken in numerous other ways and is a total abuse of PACKAGES_DYANMIC which is meant for a very specific use only (splitting packages when the packages names are unknown prior to splitting). No, I'm not happy.
-rw-r--r--packages/gdbm/gdbm_1.8.3.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/gdbm/gdbm_1.8.3.bb b/packages/gdbm/gdbm_1.8.3.bb
index ad648f9f27..22d1285e8d 100644
--- a/packages/gdbm/gdbm_1.8.3.bb
+++ b/packages/gdbm/gdbm_1.8.3.bb
@@ -6,8 +6,6 @@ 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"