diff options
author | Rod Whitby <rod@whitby.id.au> | 2009-05-01 00:16:54 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2009-05-01 00:16:54 +0000 |
commit | e8410422c0d3a3621ee5a604cd5a52e80604532f (patch) | |
tree | 9fde706f2e6acaa0b1874f9e3cd1f888c5805903 /recipes/meta | |
parent | e34ffc1bf774a0a6561d7b9e0e6800e1029c0ef1 (diff) |
Unslung: Removed all trace of the unslung distro from OE
Diffstat (limited to 'recipes/meta')
-rw-r--r-- | recipes/meta/unslung-packages.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes/meta/unslung-packages.bb b/recipes/meta/unslung-packages.bb deleted file mode 100644 index ca194979e7..0000000000 --- a/recipes/meta/unslung-packages.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Packages that are compatible with the Unslung firmware" -LICENSE = "MIT" -PR = "r5" -COMPATIBLE_MACHINE = "nslu2" - -ALLOW_EMPTY = "1" -PACKAGES = "${PN}" - -inherit meta - -UNSLUNG_PACKAGES = "\ - " - -BROKEN_PACKAGES = "\ - " - -DEPENDS = 'unslung-image \ - ${UNSLUNG_PACKAGES} \ - package-index' |