Hi Julian,
Sorry forget to attach the files
Cheers,
Tick
Tick 提到:
Hi Julian,
The following bb files are the python-etk bb files and enlazar-qh
(quick_hack version)
please move the SRCREV line to proper place such as moko-autorev.inc
python-etk_git.bb may put at openembedded/packages/python/
enlazar-qh_svn.bb may put at openembedded/packages/openmoko-projects/
on OE branch org.openmoko.dev
If there are anything wrong in those bb files, please feel try fix
them directly.
/s/try/free/
Thanks.
Cheers,
Tick
DESCRIPTION = "Python etk binding"
require python-efl.inc
DEPENDS += "etk python-setuptools python-ecore python-cython python-edje"
RDEPENDS += "etk python-cython python-evas python-ecore python-edje
python-numeric python-math etk-themes"
PR = "r0.01"
SRCREV = ${AUTOREV}
SRC_URI = "git://staff.get-e.org/users/cmarcelo/python-etk.git;protocol=git"
S = "${WORKDIR}/git"
do_stage() {
distutils_stage_all
}
AUTHOR = "Tick <[EMAIL PROTECTED]>"
DESCRIPTION = "A simple applet that allows user to connect to open wifi"
DEPENDS = "python-etk wireless-tools python-codecs"
RDEPENDS = "python-etk wireless-tools python-re python-codecs"
PV = "0.00.1+svnr${SRCREV}"
SRCREV = ${AUTOREV}
PR = "r0"
inherit setuptools
SRC_URI =
"svn://svn.projects.openmoko.org/svnroot/enlazar;module=quick_hack;proto=http"
S = "${WORKDIR}/quick_hack"
PACKAGES = "${PN}"