diff options
Diffstat (limited to 'sed')
-rw-r--r-- | sed/sed-native_4.0.9.oe | 2 | ||||
-rw-r--r-- | sed/sed-native_4.1.oe | 0 | ||||
-rw-r--r-- | sed/sed_4.0.8.oe | 1 | ||||
-rw-r--r-- | sed/sed_4.1.oe | 0 |
4 files changed, 1 insertions, 2 deletions
diff --git a/sed/sed-native_4.0.9.oe b/sed/sed-native_4.0.9.oe deleted file mode 100644 index 96e63b8946..0000000000 --- a/sed/sed-native_4.0.9.oe +++ /dev/null @@ -1,2 +0,0 @@ -include sed_${PV}.oe -inherit native diff --git a/sed/sed-native_4.1.oe b/sed/sed-native_4.1.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/sed/sed-native_4.1.oe diff --git a/sed/sed_4.0.8.oe b/sed/sed_4.0.8.oe index 04e413d50d..55ad2427dc 100644 --- a/sed/sed_4.0.8.oe +++ b/sed/sed_4.0.8.oe @@ -1,5 +1,6 @@ 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 new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/sed/sed_4.1.oe |