aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-02-04 18:02:53 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-05 16:04:54 +0100
commit3fdcb18dd6861f442f18c7c3a1638e9c8e158b83 (patch)
tree798988da9eda6c93418099cc6dd58b947005a310 /meta-oe/recipes-support
parent03574d32aebe608355d8933956796bcc746d38b8 (diff)
downloadmeta-openembedded-3fdcb18dd6861f442f18c7c3a1638e9c8e158b83.tar.gz
recipe: Delete the duplicate recipes which are already in oe-core
These recipes are either same or have small differences but are superset of changes in oe-core. We can use them from oe-core as it is without losing or adding any functionality by default Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/cups/cups_1.4.6.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-oe/recipes-support/cups/cups_1.4.6.bb b/meta-oe/recipes-support/cups/cups_1.4.6.bb
deleted file mode 100644
index 783ecf6b3a..0000000000
--- a/meta-oe/recipes-support/cups/cups_1.4.6.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-require cups14.inc
-
-DEPENDS += "virtual/libusb0"
-
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=956e7600195e6139f12de8c2a5bbefa9"
-
-SRC_URI += " \
- file://use_echo_only_in_init.patch \
- file://0001-don-t-try-to-run-generated-binaries.patch \
- "
-
-SRC_URI[md5sum] = "de8fb5a29c36554925c0c6a6e2c0dae1"
-SRC_URI[sha256sum] = "f08711702a77b52c7150f96fe1f45482f6151cb95ef601268c528607fe6ad514"
-
-EXTRA_OECONF += " --disable-gssapi --enable-debug --disable-relro --enable-libusb"
-
-CONFFILES_${PN} += "${sysconfdir}/cups/cupsd.conf"