diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-10-04 10:48:23 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-10-04 10:48:23 +0000 |
commit | 5356716fed519d6cf71cc36154f4a89568c45192 (patch) | |
tree | 48a76d6f84ca4d53ac061f580acd94f64b1b5f3a /packages/gdbm | |
parent | 668c42cb7e6ee3be1fb10dbc4c2e7f138734538b (diff) |
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.
Diffstat (limited to 'packages/gdbm')
-rw-r--r-- | packages/gdbm/gdbm_1.8.3.bb | 2 |
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" |