mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 00:49:32 +02:00
task-oh-sdk: ship coreutils, diffutils, g++
- coreutils for normal versions of tools - diffutils for cmp git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1569 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
DESCRIPTON = "Software Development Tasks for OpenedHand Poky"
|
DESCRIPTON = "Software Development Tasks for OpenedHand Poky"
|
||||||
PR = "r12"
|
PR = "r13"
|
||||||
DEPENDS = "task-oh"
|
DEPENDS = "task-oh"
|
||||||
ALLOW_EMPTY = "1"
|
ALLOW_EMPTY = "1"
|
||||||
#PACKAGEFUNCS =+ 'generate_sdk_pkgs'
|
#PACKAGEFUNCS =+ 'generate_sdk_pkgs'
|
||||||
@@ -14,8 +14,12 @@ RDEPENDS_task-oh-sdk = "\
|
|||||||
automake \
|
automake \
|
||||||
binutils \
|
binutils \
|
||||||
binutils-symlinks \
|
binutils-symlinks \
|
||||||
|
coreutils \
|
||||||
|
diffutils \
|
||||||
gcc \
|
gcc \
|
||||||
gcc-symlinks \
|
gcc-symlinks \
|
||||||
|
g++ \
|
||||||
|
g++-symlinks \
|
||||||
make \
|
make \
|
||||||
perl-module-re \
|
perl-module-re \
|
||||||
perl-module-text-wrap \
|
perl-module-text-wrap \
|
||||||
|
|||||||
Reference in New Issue
Block a user