diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-08 13:42:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-08 14:49:16 +0100 |
commit | 4a158688e63aa1e4f0d5f1fe335302cdae928225 (patch) | |
tree | 98b41fa90d7841e7cc613b0a37ba447c8ff42895 /meta/recipes-graphics | |
parent | 67f6baa72a2c4ab868ec9c333863476e4e77513a (diff) | |
download | poky-4a158688e63aa1e4f0d5f1fe335302cdae928225.tar.gz |
xeyes/pong-clock: Update recipes
(From OE-Core rev: a1bdb86c6fcb925cef10e613dd553c766e359188)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/pong-clock/pong-clock_1.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-app/xeyes_1.0.1.bb | 4 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb | 9 |
3 files changed, 11 insertions, 4 deletions
diff --git a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb b/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb index 8d3659ff91..d352d878b3 100644 --- a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb +++ b/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb | |||
@@ -4,6 +4,8 @@ DEPENDS = "virtual/libx11 xdmcp xau" | |||
4 | 4 | ||
5 | SRC_URI = "file://pong-clock-no-flicker.c" | 5 | SRC_URI = "file://pong-clock-no-flicker.c" |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://pong-clock-no-flicker.c;startline=0;endline=23;md5=dd248d50f73f746d1ee78586b0b2ebd3" | ||
8 | |||
7 | S = "${WORKDIR}" | 9 | S = "${WORKDIR}" |
8 | 10 | ||
9 | do_compile () { | 11 | do_compile () { |
diff --git a/meta/recipes-graphics/xorg-app/xeyes_1.0.1.bb b/meta/recipes-graphics/xorg-app/xeyes_1.0.1.bb deleted file mode 100644 index 07ce0724fa..0000000000 --- a/meta/recipes-graphics/xorg-app/xeyes_1.0.1.bb +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | require xorg-app-common.inc | ||
2 | PE = "1" | ||
3 | |||
4 | DEPENDS += " virtual/libx11 libxau libxt libxext libxmu" | ||
diff --git a/meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb b/meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb new file mode 100644 index 0000000000..33a93cc246 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xeyes_1.1.1.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require xorg-app-common.inc | ||
2 | PE = "1" | ||
3 | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3ea51b365051ac32d1813a7dbaa4bfc6" | ||
5 | |||
6 | SRC_URI[md5sum] = "a3035dcecdbdb89e864177c080924981" | ||
7 | SRC_URI[sha256sum] = "975e98680cd59e1f9439016386609546ed08c284d0f05a95276f96aca6e8a521" | ||
8 | |||
9 | DEPENDS += " virtual/libx11 libxau libxt libxext libxmu" | ||