diff options
author | Jan Lübbe <jluebbe@debian.org> | 2008-07-22 15:50:44 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2008-07-22 15:50:44 +0000 |
commit | d389748f6ba4325a878f7e3c017b1905409c8700 (patch) | |
tree | efffc49e08a9587a3f32994aed777b995afa5a05 /packages/freesmartphone | |
parent | 7d283cd8392336998ee9c7c980497b6f03ebca7a (diff) | |
parent | 721b1996622b7032acb6078f0a32d236901e6b3b (diff) |
merge of '832167cf1cc0ab655072532b7c546a8a25821e44'
and 'e4aab546c3b33577e2fb6bcfe199da5a98b4a9a3'
Diffstat (limited to 'packages/freesmartphone')
-rw-r--r-- | packages/freesmartphone/frameworkd_git.bb | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/packages/freesmartphone/frameworkd_git.bb b/packages/freesmartphone/frameworkd_git.bb index 20c655e98d..f26b0a282d 100644 --- a/packages/freesmartphone/frameworkd_git.bb +++ b/packages/freesmartphone/frameworkd_git.bb @@ -5,7 +5,7 @@ SECTION = "console/network" 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" |