From: Rod Whitby Date: Wed, 18 Mar 2009 12:46:22 +0000 (+1030) Subject: OpenEmbedded renamed the packages directory to recipes. X-Git-Url: https://repo.or.cz/w/nslu2-linux/master.git/commitdiff_plain/8749a51b90ffc5964bc2c151fff6762f1ec8924d OpenEmbedded renamed the packages directory to recipes. --- diff --git a/conf/site.conf b/conf/site.conf index f40ae58..a750dac 100644 --- a/conf/site.conf +++ b/conf/site.conf @@ -25,7 +25,7 @@ PKGDIR := "${TOPDIR}/openembedded" # working out how to build a package. By default this value is # overridden later in the ${DISTRO}.conf file (when it includes # conf/distro/freeze.conf). -BBFILES := "${PKGDIR}/packages/*/*.bb" +BBFILES := "${PKGDIR}/recipes/*/*.bb" # The distro must create the following directories - either by # populating them with the required files or, in the master makefile