[oe-commits] Rolf Leggewie : conf/distro/minimal.conf: add src_distribute_local and otherwise stop using sane-feed.inc

git version control git at git.openembedded.org
Mon Jan 11 19:57:25 UTC 2010


Module: openembedded.git
Branch: shr/merge
Commit: 397c683395ad0d65f639d29ce49bdfdcf571c1d6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=397c683395ad0d65f639d29ce49bdfdcf571c1d6

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Mon Jan 11 18:48:53 2010 +0100

conf/distro/minimal.conf: add src_distribute_local and otherwise stop using sane-feed.inc

---

 conf/distro/minimal.conf |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
index 62e7615..2b4751d 100644
--- a/conf/distro/minimal.conf
+++ b/conf/distro/minimal.conf
@@ -52,10 +52,11 @@ INHERIT += "packaged-staging"
 # Chose the packaging system
 INHERIT += "package_ipk"
 IMAGE_FSTYPES ?= "tar.gz jffs2"
-
-require conf/distro/include/sane-feed.inc
 PREFERRED_PKG_FORMAT ?= "ipk"
-require conf/distro/include/sane-feed-${PREFERRED_PKG_FORMAT}.inc
+
+# Put links to sources in deploy/sources to make it easier for people to be GPL compliant
+INHERIT += "src_distribute_local"
+SRC_DIST_LOCAL ?= "symlink"
 
 # If we're using an .ipk based rootfs, we want to have opkg-nogpg installed so postinst script can run
 IPKG_VARIANT = "opkg-nogpg"





More information about the Openembedded-commits mailing list