diff options
-rw-r--r-- | meta-oe/recipes-graphics/xorg-lib/libxrender_0.9.6.bb | 17 | ||||
-rw-r--r-- | meta-oe/recipes-graphics/xorg-lib/libxrender_0.9.6.bbappend | 1 |
2 files changed, 1 insertions, 17 deletions
diff --git a/meta-oe/recipes-graphics/xorg-lib/libxrender_0.9.6.bb b/meta-oe/recipes-graphics/xorg-lib/libxrender_0.9.6.bb deleted file mode 100644 index c1bb045f86..0000000000 --- a/meta-oe/recipes-graphics/xorg-lib/libxrender_0.9.6.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | DESCRIPTION = "X11 Rendering Extension client library" | ||
2 | |||
3 | require xorg-lib-common.inc | ||
4 | |||
5 | LICENSE = "MIT-style" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=0db75cc842842b36f097fdae571b4b70" | ||
7 | |||
8 | DEPENDS += "virtual/libx11 renderproto xproto xdmcp" | ||
9 | |||
10 | PR = "r0" | ||
11 | PE = "1" | ||
12 | |||
13 | XORG_PN = "libXrender" | ||
14 | |||
15 | |||
16 | SRC_URI[md5sum] = "3b3b7d076c2384b6c600c0b5f4ba971f" | ||
17 | SRC_URI[sha256sum] = "7f58b1e263109e0a873eef8423aa14733a5499befbe645053aa622ed1f3ea668" | ||
diff --git a/meta-oe/recipes-graphics/xorg-lib/libxrender_0.9.6.bbappend b/meta-oe/recipes-graphics/xorg-lib/libxrender_0.9.6.bbappend new file mode 100644 index 0000000000..608377e332 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-lib/libxrender_0.9.6.bbappend | |||
@@ -0,0 +1 @@ | |||
BBCLASSEXTEND = "native nativesdk" | |||