From 20644160b1c3923157dc01bd6240a5c0926ec72f Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 19 Nov 2009 18:57:59 +0100 Subject: glamo-dri-tests: move to better directory, included in BBFILES --- recipes/dri/glamo-dri-tests_git.bb | 17 +++++++++++++++++ .../xorg-util/glamo-dri-tests/glamo-dri-tests_git.bb | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 recipes/dri/glamo-dri-tests_git.bb delete mode 100644 recipes/xorg-util/glamo-dri-tests/glamo-dri-tests_git.bb (limited to 'recipes') diff --git a/recipes/dri/glamo-dri-tests_git.bb b/recipes/dri/glamo-dri-tests_git.bb new file mode 100644 index 0000000000..81e0146e90 --- /dev/null +++ b/recipes/dri/glamo-dri-tests_git.bb @@ -0,0 +1,17 @@ +DEPENDS = "libdrm virtual/libx11 libxext" + +PV = "1.0.0+gitr${SRCREV}" + +SRC_URI = "git://git.bitwiz.org.uk/glamo-dri-tests.git;protocol=git;branch=master" + +inherit pkgconfig + +do_compile_prepend() { + export CROSS_CFLAGS=`pkg-config --cflags libdrm_glamo` +} + +do_install() { + PREFIX=${D}/usr make install +} + +S = "${WORKDIR}/git" diff --git a/recipes/xorg-util/glamo-dri-tests/glamo-dri-tests_git.bb b/recipes/xorg-util/glamo-dri-tests/glamo-dri-tests_git.bb deleted file mode 100644 index 81e0146e90..0000000000 --- a/recipes/xorg-util/glamo-dri-tests/glamo-dri-tests_git.bb +++ /dev/null @@ -1,17 +0,0 @@ -DEPENDS = "libdrm virtual/libx11 libxext" - -PV = "1.0.0+gitr${SRCREV}" - -SRC_URI = "git://git.bitwiz.org.uk/glamo-dri-tests.git;protocol=git;branch=master" - -inherit pkgconfig - -do_compile_prepend() { - export CROSS_CFLAGS=`pkg-config --cflags libdrm_glamo` -} - -do_install() { - PREFIX=${D}/usr make install -} - -S = "${WORKDIR}/git" -- cgit v1.2.3