summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-06-05 18:26:20 -0700
committerSaul Wold <sgw@linux.intel.com>2012-06-19 21:59:52 -0700
commit26675da6fc60438272ee70d6d40152311cac2041 (patch)
tree9f01be8b72a63d3da0c2fa7c50398cb01fb92a00 /meta/recipes-graphics
parent60144b62c1f238c066b425c4bfaaf4d5ad56207b (diff)
downloadopenembedded-core-contrib-26675da6fc60438272ee70d6d40152311cac2041.tar.gz
freetype: clean up FILE after PACKAGE reorder
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/freetype/freetype_2.4.9.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-graphics/freetype/freetype_2.4.9.bb b/meta/recipes-graphics/freetype/freetype_2.4.9.bb
index 31bee80d68..199a529617 100644
--- a/meta/recipes-graphics/freetype/freetype_2.4.9.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.4.9.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=28d5381b1bef2649c59f20c20bae4f39
SECTION = "libs"
-PR = "r0"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
file://no-hardcode.patch"
@@ -49,8 +49,5 @@ do_compile_prepend() {
${BUILD_CC} -o objs/apinames src/tools/apinames.c
}
-FILES_${PN} = "${libdir}/lib*${SOLIBS}"
-FILES_${PN}-dev += "${bindir}"
-
BBCLASSEXTEND = "native"