From dbd1a76089b2b95b9c57fff7dd7d22c67a93a4e3 Mon Sep 17 00:00:00 2001 From: John Bowler Date: Fri, 11 Nov 2005 07:18:34 +0000 Subject: openslug, ucslugc: convert to use slugos.conf - All the openslug/ucslugc specific .bb files are converted in this - change to use generic 'slugos' files with the required configuration - in openslug.conf or ucslugc.conf. This unifies the image and package - build stuff. Old targets should continue to work as the slugos - .bb files PROVIDE the required targets. --- packages/meta/openslug-native-packages.bb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 packages/meta/openslug-native-packages.bb (limited to 'packages/meta/openslug-native-packages.bb') diff --git a/packages/meta/openslug-native-packages.bb b/packages/meta/openslug-native-packages.bb deleted file mode 100644 index 262db42a9f..0000000000 --- a/packages/meta/openslug-native-packages.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Packages that are to be compiled nativly for the OpenSlug firmware" -LICENSE = MIT -PR = "r3" - -INHIBIT_DEFAULT_DEPS = "1" -ALLOW_EMPTY = 1 -PACKAGES = "${PN}" - -OPENSLUG_NATIVE_PACKAGES = "\ - apache \ - " - -BROKEN_PACKAGES = "\ - " - -DEPENDS = '${OPENSLUG_NATIVE_PACKAGES} \ - package-index' -- cgit v1.2.3