diff options
Diffstat (limited to 'packages/make/make_3.80.bb')
-rw-r--r-- | packages/make/make_3.80.bb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/packages/make/make_3.80.bb b/packages/make/make_3.80.bb index 565b460f10..797d26b3be 100644 --- a/packages/make/make_3.80.bb +++ b/packages/make/make_3.80.bb @@ -1,9 +1,3 @@ -SECTION = "devel" -DESCRIPTION = "GNU Make examines the timestamps on a set of \ -interdependent files, and, if necessary, issues commands \ -to bring them up-to-date." -LICENSE = "GPL" -SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \ - file://SCCS.patch;patch=1" +PR = "r0" -inherit autotools +require make.inc |