[oe-commits] org.oe.dev frameworkd git increase package granularity

mickeyl commit oe at amethyst.openembedded.net
Mon Jul 21 22:58:52 UTC 2008


frameworkd git increase package granularity

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: b7c57ac566ade9b73a2dc88a9400d0667d979c84
ViewMTN: http://monotone.openembedded.org/revision/info/b7c57ac566ade9b73a2dc88a9400d0667d979c84
Files:
1
packages/freesmartphone/frameworkd_git.bb
Diffs:

#
# mt diff -r25dc6a18d72f92b63c76dbd504074a15e147e152 -rb7c57ac566ade9b73a2dc88a9400d0667d979c84
#
#
#
# patch "packages/freesmartphone/frameworkd_git.bb"
#  from [15a3b887f127384bdbff89c3ca2e0a3b4441274f]
#    to [d7bc43957414c34d3f5aac03b45f32b0b23d6d86]
#
============================================================
--- packages/freesmartphone/frameworkd_git.bb	15a3b887f127384bdbff89c3ca2e0a3b4441274f
+++ packages/freesmartphone/frameworkd_git.bb	d7bc43957414c34d3f5aac03b45f32b0b23d6d86
@@ -5,7 +5,7 @@ PV = "0.8.1+gitr${SRCREV}"
 DEPENDS = "python-cython-native python-pyrex-native"
 LICENSE = "GPL"
 PV = "0.8.1+gitr${SRCREV}"
-PR = "r9"
+PR = "r10"
 
 inherit distutils update-rc.d
 
@@ -34,7 +34,16 @@ RDEPENDS_${PN} += "\
   python-pyyaml \
   python-shell \
   python-syslog \
+  \
+  ${PN}-config \
 "
 
-FILES_${PN} += "${sysconfdir} ${datadir}"
+
+PACKAGES =+ "${PN}-config"
+
+PACKAGE_ARCH_${PN}-config = "${MACHINE_ARCH}"
+FILES_${PN}-config = "${sysconfdir}"
+
+PACKAGE_ARCH_${PN} = "${BASE_PACKAGE_ARCH}"
+FILES_${PN} += "${datadir}"
 FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/framework/subsystems/*/.debug"






More information about the Openembedded-commits mailing list