mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
Fixup merge error and apply cleanups
(From OE-Core rev: a72822d315d7bc35a424b0807693ad7a3317c519) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -152,7 +152,7 @@ if [ ! -x "$LOCAL_OPKG_LOC/bin/opkg-cl" ]; then
|
||||
rm -rf $LOCAL_OPKG_LOC
|
||||
fi
|
||||
|
||||
parent_folder=`eval echo $PWD`
|
||||
parent_folder=`pwd`
|
||||
cd $LOCAL_OPKG_FOLDER
|
||||
check_result
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
# THE SOFTWARE.
|
||||
|
||||
config_file="adt_installer.conf"
|
||||
source `eval echo $PWD`/$config_file
|
||||
source `pwd`/$config_file
|
||||
|
||||
LOCAL_OPKG_LOC="./opkg/build/opkg"
|
||||
LOCAL_OPKG_FOLDER="./opkg/build"
|
||||
|
||||
Reference in New Issue
Block a user