From a0eef4e81a73095bfd9bee43676cf96a7d5a467c Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Sat, 13 Jun 2009 13:48:26 +0000 Subject: [PATCH] rename to because there are more fso-projects going on and packaged than just the framework SVN-Revision: 16430 --- phone/{fso => fso-frameworkd}/Makefile | 12 ++++++------ phone/{fso => fso-frameworkd}/files/frameworkd.conf | 0 .../files/frameworkd.conf.om_gta02 | 0 phone/{fso => fso-frameworkd}/files/frameworkd.init | 0 .../patches/001-multilibc.patch | 0 .../010-disable-display-brightness-control.patch | 0 6 files changed, 6 insertions(+), 6 deletions(-) rename phone/{fso => fso-frameworkd}/Makefile (86%) rename phone/{fso => fso-frameworkd}/files/frameworkd.conf (100%) rename phone/{fso => fso-frameworkd}/files/frameworkd.conf.om_gta02 (100%) rename phone/{fso => fso-frameworkd}/files/frameworkd.init (100%) rename phone/{fso => fso-frameworkd}/patches/001-multilibc.patch (100%) rename phone/{fso => fso-frameworkd}/patches/010-disable-display-brightness-control.patch (100%) diff --git a/phone/fso/Makefile b/phone/fso-frameworkd/Makefile similarity index 86% rename from phone/fso/Makefile rename to phone/fso-frameworkd/Makefile index d875d73..cf55d13 100644 --- a/phone/fso/Makefile +++ b/phone/fso-frameworkd/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk -PKG_NAME:=fso +PKG_NAME:=fso-frameworkd PKG_VERSION:=20090609 PKG_REV:=74fc21962e9bbc7f2a89c74f12c15ce1b5861bfb PKG_RELEASE:=1 @@ -27,16 +27,16 @@ ifeq ($(CONFIG_TARGET_s3c24xx),y) CONFIG=om_gta02 endif -define Package/fso +define Package/fso-frameworkd SECTION:=phone CATEGORY:=Phone - TITLE:=freesmartphone.org DBus API reference implementation + TITLE:=framework for the freesmartphone.org DBus API reference implementation DEPENDS:=+python +dbus-python +python-gobject +pyserial +pyyaml \ +gst-python +alsa-utils +freerunner-alsa-scenarios URL:=http://www.freesmartphone.org endef -define Package/fso/description +define Package/fso-frameworkd/description freesmartphone.org is a collaboration platform for open source and open discussion software projects working on interoperability and shared technology for Linux-based SmartPhones endef @@ -44,7 +44,7 @@ define Build/Compile $(call Build/Compile/PyMod,,install --prefix="$(PKG_INSTALL_DIR)/usr") endef -define Package/fso/install +define Package/fso-frameworkd/install $(INSTALL_DIR) $(1)$(PYTHON_PKG_DIR) $(1)/usr/bin $(1)/etc/init.d $(CP) \ $(PKG_INSTALL_DIR)$(PYTHON_PKG_DIR)/* \ @@ -59,4 +59,4 @@ define Package/fso/install $(if $(CONFIG),$(INSTALL_CONF) ./files/frameworkd.conf.$(CONFIG) $(1)/etc/frameworkd.conf,$(CP) ./files/frameworkd.conf $(1)/etc/frameworkd.conf) endef -$(eval $(call BuildPackage,fso)) +$(eval $(call BuildPackage,fso-frameworkd)) diff --git a/phone/fso/files/frameworkd.conf b/phone/fso-frameworkd/files/frameworkd.conf similarity index 100% rename from phone/fso/files/frameworkd.conf rename to phone/fso-frameworkd/files/frameworkd.conf diff --git a/phone/fso/files/frameworkd.conf.om_gta02 b/phone/fso-frameworkd/files/frameworkd.conf.om_gta02 similarity index 100% rename from phone/fso/files/frameworkd.conf.om_gta02 rename to phone/fso-frameworkd/files/frameworkd.conf.om_gta02 diff --git a/phone/fso/files/frameworkd.init b/phone/fso-frameworkd/files/frameworkd.init similarity index 100% rename from phone/fso/files/frameworkd.init rename to phone/fso-frameworkd/files/frameworkd.init diff --git a/phone/fso/patches/001-multilibc.patch b/phone/fso-frameworkd/patches/001-multilibc.patch similarity index 100% rename from phone/fso/patches/001-multilibc.patch rename to phone/fso-frameworkd/patches/001-multilibc.patch diff --git a/phone/fso/patches/010-disable-display-brightness-control.patch b/phone/fso-frameworkd/patches/010-disable-display-brightness-control.patch similarity index 100% rename from phone/fso/patches/010-disable-display-brightness-control.patch rename to phone/fso-frameworkd/patches/010-disable-display-brightness-control.patch -- 2.30.2