On Fri, Jan 24, 2014 at 12:21:36PM -0600, Franklin S. Cooper Jr wrote:
> * Add Qt dual camera demo application.
> ---
>  .../dual-camera-demo/dual-camera-demo_1.0.bb       |   32 
> ++++++++++++++++++++
>  1 files changed, 32 insertions(+), 0 deletions(-)
>  create mode 100644 
> meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb
> 
> diff --git 
> a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb
>  
> b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb
> new file mode 100644
> index 0000000..4d6d00c
> --- /dev/null
> +++ 
> b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb
> @@ -0,0 +1,32 @@
> +DESCRIPTION = "Qt Dual Camera Demo"
> +HOMEPAGE = "https://gitorious.org/dual-camera-demo/";
> +SECTION = "multimedia"
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM = "file://main.cpp;md5=424a1b7299bcd2c5fad3b05493dd8898"

Any code change to the main.cpp file will blow the license check - you may 
want to limit it to the header with "beginline=;endline=" modifier...


> +
> +require recipes-core/matrix/matrix-gui-paths.inc
> +
> +PR = "r0"
> +
> +BRANCH = "master"
> +SRCREV = "af299a206482562ceae8aa690a8b6644a3e0a66e"
> +
> +SRC_URI = 
> "git://gitorious.org/dual-camera-demo/dual-camera-demo.git;protocol=git;branch=${BRANCH}"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit qt-provider
> +
> +# use the make targets already created in the Makefile.build files
> +do_install() {
> +    cd ${S} && make -f Makefile.build DESTDIR=${D} install_common
> +}
> +
> +PACKAGES += "matrix-gui-apps-dual-camera"
> +
> +RDEPENDS_matrix-gui-apps-dual-camera  = "matrix-gui-apps-images 
> matrix-gui-submenus-multimedia ${PN}"
> +
> +# Add the matrix directory to the FILES
> +FILES_${PN} = "/usr/bin/*"

Isn't this the default or is it getting overwritten some other place?


> +FILES_matrix-gui-apps-dual-camera = "${MATRIX_APP_DIR}/*"
> -- 
> 1.7.0.4
> 
> _______________________________________________
> meta-arago mailing list
> [email protected]
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to