dtn: fix packaging and constrain arm instruction set
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sat, 28 Feb 2009 01:55:40 +0000 (02:55 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sat, 28 Feb 2009 01:55:40 +0000 (02:55 +0100)
packages/dtnrg/dtn_2.5.0.bb

index eff2e2e..7dc6fc5 100644 (file)
@@ -3,7 +3,10 @@ HOMEPAGE = "http://www.dtnrg.org/wiki"
 SECTION = "libs"
 DEPENDS = "db openssl python-native xerces-c"
 LICENSE = "Apache"
-PR = "r4"
+PR = "r5"
+
+# thread code atomic ops do not play with thumb
+ARM_INSTRUCTION_SET = "arm"
 
 SRC_URI = "\
   http://www.dtnrg.org/docs/code/dtn_${PV}.tgz \
@@ -51,7 +54,14 @@ PACKAGES =+ "${PN}-lib"
 FILES_${PN}-lib = "${libdir}/*.so*"
 PACKAGES += "python-dtn"
 DESCRIPTION_python-dtn = "Python bindings to the DTN API"
-PR_python-dtn = "ml3"
+PR_python-dtn = "ml4"
 FILES_python-dtn = "${libdir}/${PYTHON_DIR}"
 RDEPENDS_python-dtn = "python-core dtn-lib"
-FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug"
+
+FILES_${PN}-dbg += "\
+  ${libdir}/${PYTHON_DIR}/site-packages/.debug \
+  ${libdir}/.debug \
+  ${bindir}/.debug \
+"
+
+FILES_${PN} += "${sysconfdir}"