aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sed
AgeCommit message (Collapse)Author
2010-10-18sed: use ALTERNATIVE_LINKKevin Tian
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>
2010-09-02sed: Upgraded to the latest version 4.2.1Dongxiao Xu
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>
2010-09-02sed: Inherit update-altenatives to handle the install priorityDongxiao Xu
This method is simple and preferred by poky Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-01packages: Separate out most of the remaining packages into recipesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>