diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-19 18:57:59 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-19 18:57:59 +0100 |
commit | 20644160b1c3923157dc01bd6240a5c0926ec72f (patch) | |
tree | 6eb6476fbe2106833ba440a0a7cb25e82f5d6911 /recipes/xorg-util | |
parent | 52385164213c0a6242ce97b7624133d186a4cce3 (diff) |
glamo-dri-tests: move to better directory, included in BBFILES
Diffstat (limited to 'recipes/xorg-util')
-rw-r--r-- | recipes/xorg-util/glamo-dri-tests/glamo-dri-tests_git.bb | 17 |
1 files changed, 0 insertions, 17 deletions
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" |