diff options
Diffstat (limited to 'packages/meta/openslug-packages.bb')
-rw-r--r-- | packages/meta/openslug-packages.bb | 71 |
1 files changed, 42 insertions, 29 deletions
diff --git a/packages/meta/openslug-packages.bb b/packages/meta/openslug-packages.bb index 470a811ddd..e3447b5b4a 100644 --- a/packages/meta/openslug-packages.bb +++ b/packages/meta/openslug-packages.bb @@ -6,52 +6,65 @@ ALLOW_EMPTY = 1 PACKAGES = "${PN}" OPENSLUG_DEVELOPMENT = "\ - autoconf \ - automake \ - bash \ - bison \ - bzip2 \ - coreutils \ + autoconf \ + automake \ + bash \ + bison \ + bzip2 \ + coreutils \ cvs \ - diffutils \ - findutils \ - flex \ + diffutils \ + findutils \ + flex \ gawk \ - gcc \ - gdb \ - grep \ - lsof \ - m4 \ - make \ - ncurses \ - openssh \ - pciutils \ - perl \ - quilt \ - sed \ - strace \ - tar thttpd \ + gcc \ + gdb \ + grep \ + lsof \ + m4 \ + make \ + ncurses \ + openssh \ + pciutils \ + quilt \ + sed \ + " + +# These packages only build on TARGET_OS=linux, not +# TARGET_OS=linux-uclibc +OPENSLUG_DEVELOPMENT_append_linux = "\ + perl \ + tar \ " OPENSLUG_PACKAGES = "\ atftp \ bash \ - bluez-utils-nodbus \ + bluez-utils-nodbus bridge-utils \ coreutils cvs\ - miau \ - microcom \ - mt-daapd \ + expat \ + miau microcom mt-daapd mysql \ nail \ openssh \ - ppp puppy \ + ppp puppy pwc \ rsync \ - strace sudo \ + sudo sysfsutils \ thttpd \ + db4 \ + openldap \ + " + +# These packages only build on TARGET_OS=linux, not +# TARGET_OS=linux-uclibc +OPENSLUG_PACKAGES_append_linux = "\ + php \ + yp-tools ypbind ypserv \ " BROKEN_PACKAGES = "\ mgetty \ + strace \ " DEPENDS = 'openslug-image \ |