In tutorial :
http://shr-project.org/trac/wiki/Developing%20your%20own%20applications
i'm not sure about:
/path/to/shr/build
/path/to/shr/build/shr-unstable/openembedded/recipes/openmoko-3rdparty
In my shr-root installation ,in which i build succesfullu shr-core i think:
/path/to/shr/build -> /OE
/path/to/shr/build/shr-unstable/openembedded/recipes/openmoko-3rdparty ->
/OE/openembedded/recipes/openmoko-3rdparty
(i didnt find a /OE/shr-core/openembedded/recipes )
So i have /OE/myfirstgui
and the recipe is
in:/OE/openembedded/recipes/openmoko-3rdparty/myfirstgui_0.1.bb
myfirstgui_01.bb
DESCRIPTION = "A GUI hello world program written in Vala"
PR = "r0"
DEPENDS = "libeflvala elementary"
S = "${WORKDIR}/myfirstgui"
SRC_URI = "file:///OE/myfirstgui/"
inherit autotools vala
So
$ cd /OE/shr-core
$ bitbake myfirstgui
ERROR: Nothing PROVIDES 'myfirstgui'
ERROR: Command execution failed: Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/bb/command.py", line 87, in
runAsyncCommand
commandmethod(self.cmds_async, self, options)
File "/usr/lib64/python2.7/site-packages/bb/command.py", line 192, in
buildTargets
command.cooker.buildTargets(pkgs_to_build, task)
File "/usr/lib64/python2.7/site-packages/bb/cooker.py", line 1107, in
buildTargets
taskdata.add_provider(localdata, self.status, k)
File "/usr/lib64/python2.7/site-packages/bb/taskdata.py", line 371, in
add_provider
self.add_provider_internal(cfgData, dataCache, item)
File "/usr/lib64/python2.7/site-packages/bb/taskdata.py", line 391, in
add_provider_internal
raise bb.providers.NoProvider(item)
NoProvider: myfirstgui
alexandros
_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel