[oe-commits] org.oe.dev frameworkd git catch up with buildsystem changes

mickeyl commit oe at amethyst.openembedded.net
Thu Jul 31 18:40:55 UTC 2008


frameworkd git catch up with buildsystem changes

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

#
# mt diff -r0fd48e2da8daa90336f3d90d4473128c2875d32d -ref41de127d5918a2d95268da4e5d697102235c3b
#
#
#
# patch "packages/freesmartphone/frameworkd_git.bb"
#  from [e15c6137cdb52decb3c0d85136658ae85f33ae9d]
#    to [a88563d4a70d9669a0ca31aad5bd7a0321820d99]
#
============================================================
--- packages/freesmartphone/frameworkd_git.bb	e15c6137cdb52decb3c0d85136658ae85f33ae9d
+++ packages/freesmartphone/frameworkd_git.bb	a88563d4a70d9669a0ca31aad5bd7a0321820d99
@@ -4,8 +4,8 @@ LICENSE = "GPL"
 SECTION = "console/network"
 DEPENDS = "python-cython-native python-pyrex-native"
 LICENSE = "GPL"
-PV = "0.8.1+gitr${SRCREV}"
-PR = "r12"
+PV = "0.8.2+gitr${SRCREV}"
+PR = "r0"
 
 inherit distutils update-rc.d
 
@@ -21,8 +21,6 @@ do_install_append() {
 	install -d ${D}${sysconfdir}/init.d/
 	install -m 0755 ${WORKDIR}/frameworkd ${D}${sysconfdir}/init.d/
 	install -m 0644 ${WORKDIR}/frameworkd.conf ${D}${sysconfdir}
-	install -d ${D}${sysconfdir}/dbus-1/system.d/
-	mv -f ${D}${datadir}/etc/dbus-1/system.d/frameworkd.conf ${D}${sysconfdir}/dbus-1/system.d/
 }
 
 RDEPENDS_${PN} += "\
@@ -42,8 +40,8 @@ PACKAGE_ARCH_${PN}-config = "${MACHINE_A
 PACKAGES =+ "${PN}-config"
 
 PACKAGE_ARCH_${PN}-config = "${MACHINE_ARCH}"
-FILES_${PN}-config = "${sysconfdir}"
+FILES_${PN}-config = "${sysconfdir}/frameworkd.conf"
 
 PACKAGE_ARCH_${PN} = "${BASE_PACKAGE_ARCH}"
-FILES_${PN} += "${datadir}"
+FILES_${PN} += "${sysconfdir}/dbus-1 ${sysconfdir}/freesmartphone ${sysconfdir}/init.d ${datadir}"
 FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/framework/subsystems/*/.debug"






More information about the Openembedded-commits mailing list