mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
quilt: depend on util-linux instead of bash to get 'getopt' command (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2935 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
require quilt_${PV}.inc
|
require quilt_${PV}.inc
|
||||||
|
|
||||||
SRC_URI_append_build-darwin = "? file://non-gnu.patch;patch=1 "
|
SRC_URI_append_build-darwin = "? file://non-gnu.patch;patch=1 "
|
||||||
RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native"
|
RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native"
|
||||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/quilt-${PV}"
|
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/quilt-${PV}"
|
||||||
|
|
||||||
INHIBIT_AUTOTOOLS_DEPS = "1"
|
INHIBIT_AUTOTOOLS_DEPS = "1"
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
# ash isn't good enough for quilt at least...
|
RDEPENDS_${PN} += "patch diffstat bzip2 util-linux"
|
||||||
RDEPENDS_${PN} += "patch diffstat bzip2 bash"
|
|
||||||
|
|
||||||
require quilt_${PV}.inc
|
require quilt_${PV}.inc
|
||||||
|
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI += "file://aclocal.patch;patch=1"
|
SRC_URI += "file://aclocal.patch;patch=1"
|
||||||
|
|
||||||
inherit autotools gettext
|
inherit autotools gettext
|
||||||
|
|||||||
Reference in New Issue
Block a user