conf/distro/minimal.conf: add src_distribute_local and otherwise stop using sane...
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 11 Jan 2010 17:48:53 +0000 (18:48 +0100)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 11 Jan 2010 17:58:45 +0000 (18:58 +0100)
conf/distro/minimal.conf

index 62e7615..2b4751d 100644 (file)
@@ -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"