[oe-commits] org.oe.dev 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.

rpurdie commit openembedded-commits at lists.openembedded.org
Wed Oct 4 10:55:10 UTC 2006


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.

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

#
# mt diff -r9249be63df15d1e1fde36ed789535aa2bc60eb0a -rce640ed0373acabc788ee1eb2ecd97c7f980dff5
#
# 
# 
# patch "packages/gdbm/gdbm_1.8.3.bb"
#  from [30998ad1eca1825ce493b22eec4453befd221910]
#    to [5b154c7b25ef5bf9ab289f1d00b813cf356c27df]
# 
============================================================
--- packages/gdbm/gdbm_1.8.3.bb	30998ad1eca1825ce493b22eec4453befd221910
+++ packages/gdbm/gdbm_1.8.3.bb	5b154c7b25ef5bf9ab289f1d00b813cf356c27df
@@ -6,8 +6,6 @@ PR = "r2"
 
 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