diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-10-15 03:54:13 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-10-15 03:54:13 +0000 |
commit | 660567566c3413af0e92dbd07ac97ca2c70e79aa (patch) | |
tree | ea0b4861cf8d8cd5ca02bcf8c9c85d154cf52a1e /packages/meta/openprotium-packages.bb | |
parent | be172cf578cba19f942598220e620e4a19867109 (diff) |
slugos-packages (and derivatives): inherit meta so all packages are built for the feeds
Diffstat (limited to 'packages/meta/openprotium-packages.bb')
-rw-r--r-- | packages/meta/openprotium-packages.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/meta/openprotium-packages.bb b/packages/meta/openprotium-packages.bb index 9a1d928a77..afff86639a 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 = "r2" +PR = "r3" CONFLICTS = "db3" PROVIDES += "${OPENPROTIUM_IMAGENAME}-packages" @@ -13,6 +13,8 @@ EXCLUDE_FROM_WORLD = "1" INHIBIT_DEFAULT_DEPS = "1" ALLOW_EMPTY = "1" +inherit meta + # The list of packages to build for the slugos DISTRO. # KEEP IN ALPHABETICAL ORDER # Do *not* simply comment out a line. That will break. Instead |