summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sed/sed_4.2.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* sed: Fix unpackaged files warningsRichard Purdie2012-03-161-1/+2
| | | | | | | | | WARNING: For recipe sed, the following files/directories were installed but not shipped in any package: WARNING: /usr/bin (From OE-Core rev: 93ba71e53d3295e35ef3a1c424d0a348a66c2f22) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sed: inherit gettext class instead of adding gettext to DEPENDS directlyKhem Raj2011-04-041-3/+1
| | | | | | | (From OE-Core rev: 30dd83d1bcff3f3ccf7f0bc4aed792b6ecb01f2f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* SRC_URI Checksums AdditionalsSaul Wold2010-12-091-0/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* sed: use ALTERNATIVE_LINKKevin Tian2010-10-181-1/+2
| | | | | | | | | | | | | update-alternatives.bbclass assumes /usr/bin/sed if ALTERNATIVE_LINK is not specified, however sed has changed its default installation directory to /bin/sed. This causes below errors at the first boot of lsb image: update-alternatives: Error: cannot register alternative sed to /usr/bin/sed since it is already registered to /bin/sed This fixes [BUGID #478] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* sed: Upgraded to the latest version 4.2.1Dongxiao Xu2010-09-021-0/+25
sed version 4.2.1 is under GPLv3 license inherit update-altenatives to handle the install priority issue Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>