diff --git a/sys-apps/dtc/dtc-1.4.0.recipe b/sys-apps/dtc/dtc-1.4.1.recipe similarity index 88% rename from sys-apps/dtc/dtc-1.4.0.recipe rename to sys-apps/dtc/dtc-1.4.1.recipe index fbeb22145..50bc9340e 100644 --- a/sys-apps/dtc/dtc-1.4.0.recipe +++ b/sys-apps/dtc/dtc-1.4.1.recipe @@ -3,7 +3,7 @@ DESCRIPTION=" The Device Tree Compiler " HOMEPAGE="https://git.kernel.org/cgit/utils/dtc/dtc.git" -SRC_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git#v1.4.0" +SRC_URI="git://git.kernel.org/pub/scm/utils/dtc/dtc.git#v1.4.1" LICENSE="GNU GPL v2" COPYRIGHT="2005 David Gibson, IBM Corporation" REVISION="1" @@ -25,7 +25,7 @@ PROVIDES=" cmd:fdtget = $portVersion cmd:fdtput = $portVersion lib:libfdt$secondaryArchSuffix = $portVersion - lib:libfdt_1.4.0$secondaryArchSuffix = $portVersion + lib:libfdt_$portVersion$secondaryArchSuffix = $portVersion devel:libfdt$secondaryArchSuffix = $portVersion " @@ -35,7 +35,7 @@ REQUIRES=" BUILD_PREREQUIRES=" haiku${secondaryArchSuffix}_devel - cmd:bison$secondaryArchSuffix >= 2.5 + cmd:bison >= 2.5 cmd:flex cmd:gcc$secondaryArchSuffix cmd:make diff --git a/sys-apps/dtc/patches/dtc-1.4.0.patch b/sys-apps/dtc/patches/dtc-1.4.1.patch similarity index 100% rename from sys-apps/dtc/patches/dtc-1.4.0.patch rename to sys-apps/dtc/patches/dtc-1.4.1.patch