summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-02-04 22:43:08 +0100
committerAlexander Larsson <alexl@redhat.com>2016-02-04 22:43:08 +0100
commit99303ab0e7eb8ff618005d3e3dbc6c08305792ad (patch)
treeab60c2db5183fc6630e02332fe593a7e2b72e05e
parent68437086fda2dabbe5bcf1a0399f1f140674fea5 (diff)
Clean up distro conf
-rw-r--r--meta-freedesktop/conf/distro/freedesktop.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-freedesktop/conf/distro/freedesktop.conf b/meta-freedesktop/conf/distro/freedesktop.conf
index 3edb0ce..fc790b8 100644
--- a/meta-freedesktop/conf/distro/freedesktop.conf
+++ b/meta-freedesktop/conf/distro/freedesktop.conf
@@ -1,17 +1,17 @@
DISTRO = "freedesktop"
DISTRO_NAME = "Freedesktop base image"
-DISTRO_VERSION = "0+snapshot-${DATE}"
+DISTRO_VERSION = "1.4"
SDK_VENDOR = "-freedesktop"
-SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"
+SDK_VERSION := "1.4"
MAINTAINER = "Alexander Larsson <alexl@redhat.com>"
-TARGET_VENDOR = "-freedesktop"
+TARGET_VENDOR = "-unknown"
LOCALCONF_VERSION = "1"
LOCALE_UTF8_ONLY = "1"
-DISTRO_FEATURES = "alsa argp bluetooth ext2 irda largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g pam ${DISTRO_FEATURES_LIBC}"
+DISTRO_FEATURES = "argp largefile xattr pam ${DISTRO_FEATURES_LIBC}"
SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}"
SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"