From: Mrinmayee Hingolikar <[email protected]> * Migrated from meta-arago-glsdk and preserved authorship for Mrinmayee * Updated for upstream: * Added DESCRIPTION value * Removed unneeded FILESEXTRAPATHS variable
Signed-off-by: Chase Maupin <[email protected]> --- .../omapdrmtest/omapdrmtest_1.0.0.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb diff --git a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb new file mode 100644 index 0000000..d24130f --- /dev/null +++ b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "Test applications for OMAP DRM interface" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://viddec3test.c;beginline=1;endline=16;md5=c391f44e40a29096285e3121923041df" +DEPENDS += "libdrm libdce libav" + +inherit autotools pkgconfig + +PR = "r3" +SRCREV = "64e4e389dd8be4947c107a057f34556a4280281a" + +SRC_URI = "git://git.ti.com/glsdk/omapdrmtest.git;protocol=git" + +S = "${WORKDIR}/git" + +INSANE_SKIP_omapdrmtest = "dev-deps" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
