mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15:32:13 +02:00
This reverts commit bc31351f69.
This change is already applied against configure, not configure.ac. This change forces a
reautoconf of quilt-native before we've built autoconf and if "git-desc" isn't present it
can result in further problems. The simplest solution is to revert this change.
12 lines
362 B
BlitzBasic
12 lines
362 B
BlitzBasic
require quilt.inc
|
|
LICENSE="GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
RDEPENDS_${PN} += "patch diffstat bzip2 util-linux"
|
|
PR = "r0"
|
|
SRC_URI += "file://aclocal.patch"
|
|
|
|
SRC_URI[md5sum] = "f77adda60039ffa753f3c584a286f12b"
|
|
SRC_URI[sha256sum] = "73fd760d3b5cbf06417576591dc37d67380d189392db9000c21b7cbebee49ffc"
|
|
|
|
inherit gettext
|