[oe-commits] org.oe.dev dtnrg: Improve staging variables

rpurdie commit openembedded-commits at lists.openembedded.org
Thu Feb 28 18:26:57 UTC 2008


dtnrg: Improve staging variables

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 8a3951486511ad4d3c0e00ae00f0c326eae6e343
ViewMTN: http://monotone.openembedded.org/revision/info/8a3951486511ad4d3c0e00ae00f0c326eae6e343
Files:
1
packages/dtnrg/dtn_2.5.0.bb
Diffs:

#
# mt diff -ra27d281e03979904073108cd213938a5d773bc14 -r8a3951486511ad4d3c0e00ae00f0c326eae6e343
#
# 
# 
# patch "packages/dtnrg/dtn_2.5.0.bb"
#  from [f21e25b094f74aa1f1eba88ec1f6bcec6045077c]
#    to [6269e792c57585a4f83b60ebe3aea65892143a86]
# 
============================================================
--- packages/dtnrg/dtn_2.5.0.bb	f21e25b094f74aa1f1eba88ec1f6bcec6045077c
+++ packages/dtnrg/dtn_2.5.0.bb	6269e792c57585a4f83b60ebe3aea65892143a86
@@ -1,31 +1,32 @@ LICENSE = "Apache"
 DESCRIPTION = "Delay Tolerant Networking Package"
 HOMEPAGE = "http://www.dtnrg.org/wiki"
 SECTION = "libs"
 DEPENDS = "db openssl python-native xerces-c"
 LICENSE = "Apache"
-SRC_URI = "http://www.dtnrg.org/docs/code/dtn_${PV}.tgz"
-PR = "r2"
+SRC_URI = "http://www.dtnrg.org/docs/code/dtn_${PV}.tgz \
+           file://configure_fix.patch;patch=1"
+PR = "r3"
 
 inherit autotools
 
 EXTRA_OECONF = "\
   --with-python=${STAGING_BINDIR_NATIVE}/python \
-  --with-db=${STAGING_DIR} \
-  --with-tcl=${STAGING_DIR} \
+  --with-db=${STAGING_DIR_HOST}${layout_exec_prefix} \
+  --with-tcl=${STAGING_DIR_HOST}${layout_exec_prefix} \
   --without-google-perftools \
   --without-bluez \
   --without-bonjour \
-  --with-expat=${STAGING_DIR} \
-  --with-xerces-c=${STAGING_DIR} \
+  --with-expat=${STAGING_DIR_HOST}${layout_exec_prefix} \
+  --with-xerces-c=${STAGING_DIR_HOST}${layout_exec_prefix} \
   --without-tclreadline \
-  --with-zlib=${STAGING_DIR} \
+  --with-zlib=${STAGING_DIR_HOST}${layout_exec_prefix} \
   --without-xsd-tool \
-  --with-db=${STAGING_DIR} \
+  --with-db=${STAGING_DIR_HOST}${layout_exec_prefix} \
   --enable-ecl \
   --enable-edp \
   --without-mysql \
   --without-postgres \
-  --with-openssl=${STAGING_DIR} \
+  --with-openssl=${STAGING_DIR_HOST}${layout_exec_prefix} \
 "
 
 def dtn_python_dir(d):






More information about the Openembedded-commits mailing list