diff options
Diffstat (limited to 'packages/meta')
-rw-r--r-- | packages/meta/meta-angstrom-2007.bb | 32 | ||||
-rw-r--r-- | packages/meta/nylon-feed.inc | 2 | ||||
-rw-r--r-- | packages/meta/openprotium-packages.bb | 4 | ||||
-rw-r--r-- | packages/meta/oplinux-packages.bb | 4 | ||||
-rw-r--r-- | packages/meta/slugos-packages.bb | 3 |
5 files changed, 38 insertions, 7 deletions
diff --git a/packages/meta/meta-angstrom-2007.bb b/packages/meta/meta-angstrom-2007.bb new file mode 100644 index 0000000000..a3a2c78a79 --- /dev/null +++ b/packages/meta/meta-angstrom-2007.bb @@ -0,0 +1,32 @@ +# Meta file to inform the autobuilder which packages to build for the feeds +# Any changes should be discussed first on the angstrom-distro-devel mailinglist + +# Try to keep it alphabetically sorted please + +inherit meta + +RDEPENDS = "" + +# Basic tools +RDEPENDS += " \ + task-proper-tools \ + screen \ + " + +# Browsers know to work on all archs +RDEPENDS += " \ + gpe-mini-browser \ + midori \ + minimo \ + openmoko-browser2 \ + webkit-gtklauncher \ + " + +# Webservers +RDEPENDS += " \ + apache2 \ + boa \ + cherokee \ + lighttpd \ + thttpd \ + " diff --git a/packages/meta/nylon-feed.inc b/packages/meta/nylon-feed.inc index de1a7ff484..d7b83e8edb 100644 --- a/packages/meta/nylon-feed.inc +++ b/packages/meta/nylon-feed.inc @@ -54,7 +54,7 @@ sysvinit \ tcl \ tcpdump \ tinc \ -timezones \ +tzdata \ usbutils \ vtun \ wireless-tools \ diff --git a/packages/meta/openprotium-packages.bb b/packages/meta/openprotium-packages.bb index afff86639a..3df2f5e3b2 100644 --- a/packages/meta/openprotium-packages.bb +++ b/packages/meta/openprotium-packages.bb @@ -5,7 +5,7 @@ DESCRIPTION = "Packages that are compatible with the Openprotium on the iomega Storcenter" HOMEPAGE = "http://www.openprotium.org" LICENSE = "MIT" -PR = "r3" +PR = "r4" CONFLICTS = "db3" PROVIDES += "${OPENPROTIUM_IMAGENAME}-packages" @@ -234,7 +234,7 @@ SLUGOS_PACKAGES_append_linux = "\ man man-pages \ psmisc \ screen \ - timezones \ + tzdata \ wview-sim wview-vpro wview-wxt510 \ wview-sim-mysql wview-vpro-mysql \ wview-wxt510-mysql \ diff --git a/packages/meta/oplinux-packages.bb b/packages/meta/oplinux-packages.bb index 62513c11cd..190f323838 100644 --- a/packages/meta/oplinux-packages.bb +++ b/packages/meta/oplinux-packages.bb @@ -4,7 +4,7 @@ DESCRIPTION = "Packages that are compatible with the OPLinux distro" HOMEPAGE = "http://www.digital-opsis/oplinux" LICENSE = "MIT" -PR = "r1" +PR = "r2" PROVIDES += "${OPLINUX_IMAGENAME}-packages" EXCLUDE_FROM_WORLD = "1" @@ -359,7 +359,7 @@ PACKAGES_LIST = "\ man man-pages \ psmisc \ screen \ - timezones \ + tzdata \ wview-sim wview-vpro wview-wxt510 \ wview-sim-mysql wview-vpro-mysql \ wview-wxt510-mysql \ diff --git a/packages/meta/slugos-packages.bb b/packages/meta/slugos-packages.bb index e914865e9b..c007899afd 100644 --- a/packages/meta/slugos-packages.bb +++ b/packages/meta/slugos-packages.bb @@ -5,7 +5,7 @@ DESCRIPTION = "Packages that are compatible with the SlugOS firmware" HOMEPAGE = "http://www.nslu2-linux.org" LICENSE = "MIT" -PR = "r42" +PR = "r43" CONFLICTS = "db3" COMPATIBLE_MACHINE = "nslu2" @@ -196,7 +196,6 @@ SLUGOS_PACKAGES = "\ tar \ thttpd \ tiff \ - timezones \ tzdata \ unzip \ upslug2 \ |