**** BEGIN LOGGING AT Sun Aug 18 02:59:58 2013 Aug 18 05:02:37 shawn of the dead? Aug 18 06:18:03 since meta-filesystems has been created, I've got this failure: Aug 18 06:18:15 ERROR: ParseError at meta-openembedded/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb:8: Could not inherit file classes/gitpkgv.bbclass Aug 18 06:18:58 any ideas how to fix it? Aug 18 16:15:28 moin Aug 18 18:49:11 is there a way to detect if a recipe X exists in python code? Aug 18 18:49:36 I want to add some packages to a demo image if they are present Aug 18 18:49:51 and, I want to enable another recipe that depends on X being present Aug 18 18:58:37 ? Aug 18 18:58:58 just put the packages in your Image Aug 18 18:59:15 for deps for runtime use RDEPENDS in the recipes Aug 18 19:09:25 this isnt an rdepend Aug 18 19:09:40 I have a package that has compile-time dependencies. Aug 18 19:10:12 and I want the recipe to be enabled only if these dependencies are present. in other words, if all dependencies listed in DEPENDS (not RDEPENDS) exist. Aug 18 19:59:03 o.O Aug 18 19:59:48 looks like you should think again about your approach Aug 18 20:00:34 if you have them in the DEPENDS they are build Aug 18 20:01:04 this is specifically about gstreamer 1.0 Aug 18 20:01:19 I want to add some demos to an image, but these depend on gstreamer 1.0 Aug 18 20:01:52 so I want to disable the demo recipes *and* not include them in the image, unless I either have an OE copy that includes the gst1.0 recipes, or I add the meta-gstreamer1.0 layer Aug 18 20:02:56 the demos are not an essential part of the image, so making streamer 1.0 a hard dependency is not a good idea. but I do not want to completely leave them out either. **** ENDING LOGGING AT Mon Aug 19 02:59:59 2013