blob: 5bf818d0bbce08d296313a1ebdf8f408e989f8f0 (
plain)
1
2
3
4
5
6
7
8
|
require quilt.inc
inherit gettext
SRC_URI += "file://gnu_patch_test_fix_target.patch"
EXTRA_AUTORECONF += "--exclude=aclocal"
RDEPENDS_${PN} += "patch diffstat bzip2 util-linux"
|