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/xorg-app | |
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/xorg-app')
-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 |
2 files changed, 9 insertions, 4 deletions
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" | ||