mirror of
https://git.yoctoproject.org/poky
synced 2026-07-21 05:27:01 +00:00
Drop now unneeded FILESDIR and S variables from various recipes
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
require m4_${PV}.bb
|
||||
|
||||
inherit native
|
||||
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/m4"
|
||||
|
||||
INHIBIT_AUTOTOOLS_DEPS = "1"
|
||||
DEPENDS += "gnu-config-native"
|
||||
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \
|
||||
processor."
|
||||
DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor."
|
||||
LICENSE = "GPLv3"
|
||||
SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"
|
||||
S = "${WORKDIR}/m4-${PV}"
|
||||
|
||||
inherit autotools
|
||||
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \
|
||||
processor."
|
||||
DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor."
|
||||
LICENSE = "GPLv2"
|
||||
SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"
|
||||
S = "${WORKDIR}/m4-${PV}"
|
||||
|
||||
inherit autotools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user