From 8aa1ed8fb59bf307fa9d5ac4e18b566e02a86fa9 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 3 Jul 2010 13:27:14 +0200 Subject: Packages: New add dbus-1.2.24 among system packages Signed-off-by: Abdoulaye Walsimou Gaye --- packages/system/system.mk | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 packages/system/system.mk (limited to 'packages/system/system.mk') diff --git a/packages/system/system.mk b/packages/system/system.mk new file mode 100644 index 0000000..18b5f20 --- /dev/null +++ b/packages/system/system.mk @@ -0,0 +1,30 @@ +################################################################################ +# Abdoulaye Walsimou GAYE +# Copyright(C) 2010 Abdoulaye Walsimou GAYE. All rights reserved. +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +################################################################################ +# +# \file system.mk +# \brief system.mk of Embtoolkit +# \author Abdoulaye Walsimou GAYE +# \date July 2010 +################################################################################ + +#dbus +include $(EMBTK_ROOT)/packages/system/dbus/dbus.mk +ROOTFS_COMPONENTS_CLEAN += dbus_clean +ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_DBUS) += dbus_install + -- cgit v1.2.3