diff options
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb | 8 | ||||
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-app/iceauth_1.0.6.bb | 15 |
2 files changed, 15 insertions, 8 deletions
diff --git a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb deleted file mode 100644 index 9d4d1c7680..0000000000 --- a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.4.bb +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
| 2 | SUMMARY = "Tool for manipulating ICE protocol authorization records" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=13f70acf3c27f5f834bbc954df775f8e" | ||
| 4 | DEPENDS += "libice" | ||
| 5 | PR = "r6" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "bb2e4d2611047f7c5a1a82ec956a9de4" | ||
| 8 | SRC_URI[sha256sum] = "0ee6fd4554f0131b1ed526ee00b9cf643e7dc97eb70fb51448848ef2f349938d" | ||
diff --git a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.6.bb b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.6.bb new file mode 100644 index 0000000000..22007d9af2 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.6.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | require recipes-graphics/xorg-app/xorg-app-common.inc | ||
| 2 | |||
| 3 | SUMMARY = "X.Org X11 X client utilities" | ||
| 4 | |||
| 5 | DESCRIPTION = "A collection of utilities used to tweak and query the runtime configuration\ | ||
| 6 | of the X server." | ||
| 7 | |||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=13f70acf3c27f5f834bbc954df775f8e" | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native" | ||
| 11 | |||
| 12 | DEPENDS += "libice" | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "2527344acc60741a709f4858564c5ae6" | ||
| 15 | SRC_URI[sha256sum] = "bd990837353b439e6f45d478a87b8dbfa3f67d72d903e7a9ed4eb8de52f2e2f4" | ||
