diff options
Diffstat (limited to 'sed')
-rw-r--r-- | sed/sed-native_4.1.1.oe | 3 | ||||
-rw-r--r-- | sed/sed_4.0.8.oe | 1 | ||||
-rw-r--r-- | sed/sed_4.0.9.oe | 1 | ||||
-rw-r--r-- | sed/sed_4.1.1.oe | 7 | ||||
-rw-r--r-- | sed/sed_4.1.oe | 1 |
5 files changed, 13 insertions, 0 deletions
diff --git a/sed/sed-native_4.1.1.oe b/sed/sed-native_4.1.1.oe index e69de29bb2..4c8dd0cd9f 100644 --- a/sed/sed-native_4.1.1.oe +++ b/sed/sed-native_4.1.1.oe @@ -0,0 +1,3 @@ +SECTION = "console/utils" +include sed_${PV}.oe +inherit native diff --git a/sed/sed_4.0.8.oe b/sed/sed_4.0.8.oe index 55ad2427dc..e476891884 100644 --- a/sed/sed_4.0.8.oe +++ b/sed/sed_4.0.8.oe @@ -1,3 +1,4 @@ +SECTION = "console/utils" DESCRIPTION = "sed is a Stream EDitor." SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz" diff --git a/sed/sed_4.0.9.oe b/sed/sed_4.0.9.oe index 55ad2427dc..e476891884 100644 --- a/sed/sed_4.0.9.oe +++ b/sed/sed_4.0.9.oe @@ -1,3 +1,4 @@ +SECTION = "console/utils" DESCRIPTION = "sed is a Stream EDitor." SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz" diff --git a/sed/sed_4.1.1.oe b/sed/sed_4.1.1.oe index e69de29bb2..e476891884 100644 --- a/sed/sed_4.1.1.oe +++ b/sed/sed_4.1.1.oe @@ -0,0 +1,7 @@ +SECTION = "console/utils" +DESCRIPTION = "sed is a Stream EDitor." + +SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz" +S = "${WORKDIR}/sed-${PV}" + +inherit autotools diff --git a/sed/sed_4.1.oe b/sed/sed_4.1.oe index ffe079db47..4453023e05 100644 --- a/sed/sed_4.1.oe +++ b/sed/sed_4.1.oe @@ -1,3 +1,4 @@ +SECTION = "console/utils" DESCRIPTION = "sed is a Stream EDitor." SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz \ |