diff options
Diffstat (limited to 'sed')
-rw-r--r-- | sed/sed-native_4.0.8.oe | 5 | ||||
-rw-r--r-- | sed/sed_4.0.8.oe | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/sed/sed-native_4.0.8.oe b/sed/sed-native_4.0.8.oe index e69de29bb2..381a545a45 100644 --- a/sed/sed-native_4.0.8.oe +++ b/sed/sed-native_4.0.8.oe @@ -0,0 +1,5 @@ +include sed_${PV}.oe +S = "${WORKDIR}/sed-${PV}" +DEPENDS= + +inherit native diff --git a/sed/sed_4.0.8.oe b/sed/sed_4.0.8.oe index e69de29bb2..1bc4e0f017 100644 --- a/sed/sed_4.0.8.oe +++ b/sed/sed_4.0.8.oe @@ -0,0 +1,6 @@ +DEPENDS = "virtual/libc" +RDEPENDS = "libc6" + +SRC_URI = ${GNU_MIRROR}/sed/sed-${PV}.tar.gz + +inherit autotools |