diff options
| -rw-r--r-- | meta/recipes-graphics/xorg-app/x11perf_1.5.2.bb | 10 | ||||
| -rw-r--r-- | meta/recipes-graphics/xorg-app/x11perf_1.5.bb | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/meta/recipes-graphics/xorg-app/x11perf_1.5.2.bb b/meta/recipes-graphics/xorg-app/x11perf_1.5.2.bb new file mode 100644 index 0000000000..eaa83acfbe --- /dev/null +++ b/meta/recipes-graphics/xorg-app/x11perf_1.5.2.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | require xorg-app-common.inc | ||
| 2 | |||
| 3 | DESCRIPTION = "X11 server performance test program" | ||
| 4 | DEPENDS += "libxmu libxrender libxft libxext fontconfig" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=428ca4d67a41fcd4fc3283dce9bbda7e \ | ||
| 7 | file://x11perf.h;endline=24;md5=29555066baf406a105ff917ac25b2d01" | ||
| 8 | |||
| 9 | PR = "r0" | ||
| 10 | PE = "1" | ||
diff --git a/meta/recipes-graphics/xorg-app/x11perf_1.5.bb b/meta/recipes-graphics/xorg-app/x11perf_1.5.bb deleted file mode 100644 index 35680e7925..0000000000 --- a/meta/recipes-graphics/xorg-app/x11perf_1.5.bb +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | require xorg-app-common.inc | ||
| 2 | |||
| 3 | DESCRIPTION = "X11 server performance test program" | ||
| 4 | DEPENDS += "libxmu libxrender libxft libxext fontconfig" | ||
| 5 | PR = "r1" | ||
| 6 | PE = "1" | ||
