[oe-commits] org.oe.dev zhone: uses distutils now

mickeyl commit oe at amethyst.openembedded.net
Thu Jul 3 18:05:59 UTC 2008


zhone: uses distutils now

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

#
# mt diff -r19d1d342ceb54bc6c7c8f703ca12f7619d05a1d7 -ra422dee552d817f3e19c622778fb2321caa93c94
#
#
#
# patch "packages/freesmartphone/zhone_git.bb"
#  from [79cfc454b32877141c87826f5345223d997924f9]
#    to [7e10cc3a3a4d6766da632530801d16417495bbff]
#
============================================================
--- packages/freesmartphone/zhone_git.bb	79cfc454b32877141c87826f5345223d997924f9
+++ packages/freesmartphone/zhone_git.bb	7e10cc3a3a4d6766da632530801d16417495bbff
@@ -1,16 +1,16 @@ SECTION = "x11"
 DESCRIPTION = "Zhone: Zen Phone"
 LICENSE = "GPL"
 SECTION = "x11"
-DEPENDS = "edje-native"
+DEPENDS = "edje-native python-pyrex-native python-cython-native"
 RDEPENDS = "task-python-efl python-textutils python-dbus"
 PV = "0.0.0+gitr${SRCREV}"
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/zhone.git;protocol=git;branch=master \
            file://80zhone"
 S = "${WORKDIR}/git"
 
-inherit autotools
+inherit distutils
 
 do_install_append() {
 	install -d ${D}${sysconfdir}/X11/Xsession.d/
@@ -18,6 +18,3 @@ FILES_${PN} += "${datadir} ${sysconfdir}
 }
 
 FILES_${PN} += "${datadir} ${sysconfdir}"
-
-PACKAGE_ARCH = "all"
-






More information about the Openembedded-commits mailing list