diff options
| -rw-r--r-- | meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb (renamed from meta/recipes-graphics/xorg-lib/libxpm_3.5.13.bb) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3.5.13.bb b/meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb index 4f0a5d7ba0..22e322a9eb 100644 --- a/meta/recipes-graphics/xorg-lib/libxpm_3.5.13.bb +++ b/meta/recipes-graphics/xorg-lib/libxpm_3.5.15.bb | |||
| @@ -11,17 +11,19 @@ an extension of the monochrome XBM bitmap specificied in the X \ | |||
| 11 | protocol." | 11 | protocol." |
| 12 | 12 | ||
| 13 | LICENSE = "MIT" | 13 | LICENSE = "MIT" |
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=51f4270b012ecd4ab1a164f5f4ed6cf7" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=903942ebc9d807dfb68540f40bae5aff" |
| 15 | DEPENDS += "libxext libsm libxt gettext-native" | 15 | DEPENDS += "libxext libsm libxt gettext-native" |
| 16 | PE = "1" | 16 | PE = "1" |
| 17 | 17 | ||
| 18 | XORG_PN = "libXpm" | 18 | XORG_PN = "libXpm" |
| 19 | XORG_EXT = "tar.xz" | ||
| 20 | EXTRA_OECONF += "--disable-open-zfile" | ||
| 19 | 21 | ||
| 20 | PACKAGES =+ "sxpm cxpm" | 22 | PACKAGES =+ "sxpm cxpm" |
| 21 | FILES:cxpm = "${bindir}/cxpm" | 23 | FILES:cxpm = "${bindir}/cxpm" |
| 22 | FILES:sxpm = "${bindir}/sxpm" | 24 | FILES:sxpm = "${bindir}/sxpm" |
| 23 | 25 | ||
| 24 | SRC_URI[md5sum] = "6f0ecf8d103d528cfc803aa475137afa" | 26 | SRC_URI[md5sum] = "b3c58c94e284fd6940d3615e660a0007" |
| 25 | SRC_URI[sha256sum] = "9cd1da57588b6cb71450eff2273ef6b657537a9ac4d02d0014228845b935ac25" | 27 | SRC_URI[sha256sum] = "60bb906c5c317a6db863e39b69c4a83fdbd2ae2154fcf47640f8fefc9fdfd1c1" |
| 26 | 28 | ||
| 27 | BBCLASSEXTEND = "native" | 29 | BBCLASSEXTEND = "native" |
