mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
Drop now unneeded FILESDIR and S variables from various recipes
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
SECTION = "base"
|
||||
LICENSE = "BSD"
|
||||
require fontconfig_${PV}.bb
|
||||
inherit native
|
||||
DEPENDS = "freetype-native expat-native zlib-native"
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/fontconfig-${PV}"
|
||||
|
||||
EXTRA_OEMAKE = ""
|
||||
EXTRA_OECONF = "${@[' --disable-docs',' --disable-docs --with-freetype-config=%s/freetype-config' % bb.data.getVar('STAGING_BINDIR', d, 1)][os.path.isfile('%s/freetype-config' % bb.data.getVar('STAGING_BINDIR', d, 1))]}"
|
||||
|
||||
@@ -19,8 +19,6 @@ RREPLACES_fontconfig-utils = "libfontconfig-utils"
|
||||
RCONFLICTS_fontconfig-utils = "libfontconfig-utils"
|
||||
DEBIAN_NOAUTONAME_fontconfig-utils = "1"
|
||||
|
||||
S = "${WORKDIR}/fontconfig-${PV}"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user