diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-06-17 16:50:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-17 17:02:47 +0100 |
commit | c26fd671466f42d76cbd99e275dc91fc322062c4 (patch) | |
tree | 4df397f578d736d3eba1f73024d985c7caed33b2 | |
parent | f79cd4208340b56afc044d8e3abc72d43d395062 (diff) | |
download | openembedded-core-c26fd671466f42d76cbd99e275dc91fc322062c4.tar.gz openembedded-core-c26fd671466f42d76cbd99e275dc91fc322062c4.tar.bz2 openembedded-core-c26fd671466f42d76cbd99e275dc91fc322062c4.zip |
pseudo: drop version 1.4.5 recipe
We've been using 1.5.1 for a while now with success, so in line with the
OE-Core policy of avoiding multiple versions of the same recipe let's
drop this version.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_1.4.5.bb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_1.4.5.bb b/meta/recipes-devtools/pseudo/pseudo_1.4.5.bb deleted file mode 100644 index e99974f435..0000000000 --- a/meta/recipes-devtools/pseudo/pseudo_1.4.5.bb +++ /dev/null @@ -1,8 +0,0 @@ -require pseudo.inc - -PR = "r0" - -SRC_URI = "http://www.yoctoproject.org/downloads/${BPN}/${BPN}-${PV}.tar.bz2" - -SRC_URI[md5sum] = "1b8677f7730bd4c51daab7727c35123e" -SRC_URI[sha256sum] = "e36360e4899467ac842fece894177cb50207671a90e0567ffc74c144fa377f51" |