On Wed, Jul 01, 2015 at 04:33:31PM +1000, Jonathan Liu wrote: > Signed-off-by: Jonathan Liu <[email protected]> > --- > meta-oe/recipes-graphics/qrencode/qrencode_git.bb | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > create mode 100644 meta-oe/recipes-graphics/qrencode/qrencode_git.bb > > diff --git a/meta-oe/recipes-graphics/qrencode/qrencode_git.bb > b/meta-oe/recipes-graphics/qrencode/qrencode_git.bb > new file mode 100644 > index 0000000..fc7b020 > --- /dev/null > +++ b/meta-oe/recipes-graphics/qrencode/qrencode_git.bb > @@ -0,0 +1,16 @@ > +SUMMARY = "C library for encoding data in a QR Code symbol" > +AUTHOR = "Kentaro Fukuchi" > +HOMEPAGE = "http://fukuchi.org/works/qrencode/" > +SECTION = "libs" > +LICENSE = "LGPLv2.1" > +LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" > +PV = "3.4.4+git${SRCPV}"
lets discuss +git/+gitr in previous patch
> +
> +SRCREV = "1b565c7b599029818fc596e7da4371a3083da36c"
> +SRC_URI = "git://github.com/fukuchi/libqrencode.git;protocol=git"
protocol=git is default, you can drop it
> +
> +S = "${WORKDIR}/git"
> +
> +inherit autotools pkgconfig
> +
> +EXTRA_OECONF += "--without-tools --without-tests"
> --
> 2.4.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
