summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/db
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-09-30 17:25:47 +0000
committerRichard Purdie <richard@openedhand.com>2005-09-30 17:25:47 +0000
commitfbf2ef9840e6b241d05651d8f8a26b7c0f11aa6d (patch)
treee994b75d8b7c75fb8e36aa8c1bece3c3aee808e3 /openembedded/packages/db
parentc12545673d5b327a7f8f107fb74dfd15d4710524 (diff)
downloadpoky-fbf2ef9840e6b241d05651d8f8a26b7c0f11aa6d.tar.gz
Change db to 4.1.25, update PR's across the board
git-svn-id: https://svn.o-hand.com/repos/poky@89 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/db')
-rw-r--r--openembedded/packages/db/db_4.1.25.bb (renamed from openembedded/packages/db/db_4.3.27.bb)11
1 files changed, 7 insertions, 4 deletions
diff --git a/openembedded/packages/db/db_4.3.27.bb b/openembedded/packages/db/db_4.1.25.bb
index 518fddee9f..168dde478d 100644
--- a/openembedded/packages/db/db_4.3.27.bb
+++ b/openembedded/packages/db/db_4.1.25.bb
@@ -73,17 +73,20 @@ do_stage() {
73 # Install, for the moment, into include/db4 to avoid 73 # Install, for the moment, into include/db4 to avoid
74 # interfering with the db3 headers (which have the same 74 # interfering with the db3 headers (which have the same
75 # name). -I${STAGING_INCDIR}/db4 to use db4, as opposed 75 # name). -I${STAGING_INCDIR}/db4 to use db4, as opposed
76 # to db3. 76 # to db3
77
77 rm -rf ${STAGE_TEMP} 78 rm -rf ${STAGE_TEMP}
78 mkdir -p ${STAGE_TEMP} 79 mkdir -p ${STAGE_TEMP}
79 oe_runmake DESTDIR="${STAGE_TEMP}" install_include 80 oe_runmake DESTDIR="${STAGE_TEMP}" includedir="${STAGE_TEMP}${includedir}" install_include
80 mkdir -p ${STAGING_INCDIR}/db4 81 mkdir -p ${STAGING_INCDIR}/db4
81 cp -pPRf ${STAGE_TEMP}/${includedir}/* ${STAGING_INCDIR}/db4 82 cp -pPRf ${STAGE_TEMP}/${includedir}/* ${STAGING_INCDIR}/db4
82 rm -rf ${STAGE_TEMP} 83 rm -rf ${STAGE_TEMP}
83 oe_libinstall -so -C .libs libdb-4.3 ${STAGING_LIBDIR} 84 oe_libinstall -so -C .libs libdb-4.1 ${STAGING_LIBDIR}
84} 85}
85 86
86do_install_append() { 87do_install() {
88 oe_runmake includedir="${D}${includedir}" libdir="${D}${libdir}" bindir="${D}${bindir}" docdir="${D}${docdir}" install
89
87 # The docs end up in /usr/docs - not right. 90 # The docs end up in /usr/docs - not right.
88 if test -d "${D}/${prefix}/docs" 91 if test -d "${D}/${prefix}/docs"
89 then 92 then