<RobertBerger>
no matter what I put in line 390 it's always there, but I doubt it is ;)
BenBE has quit [Ping timeout: 244 seconds]
ray-san has quit [Ping timeout: 252 seconds]
goliath has joined #yocto
Vonter has quit [Quit: WeeChat 4.3.5]
Vonter has joined #yocto
goliath has quit [Quit: SIGSEGV]
leon-anavi has quit [Quit: Leaving]
Articulus has quit [Quit: Leaving]
rfuentess has quit [Remote host closed the connection]
BenBE has joined #yocto
zpfvo has quit [Quit: Leaving.]
zkrx has joined #yocto
florian has quit [Quit: Ex-Chat]
florian_kc has quit [Ping timeout: 260 seconds]
gsalazar has quit [Remote host closed the connection]
gsalazar has joined #yocto
<moto-timo>
Is YP advocacy meeting skipping this week?
gsalazar has quit [Ping timeout: 244 seconds]
Guest30 has joined #yocto
Guest30 has quit [Quit: Client closed]
merit has joined #yocto
florian_kc has joined #yocto
Armaghidron_Tm has joined #yocto
Armaghidron_Tm has quit [Quit: Leaft sq]
florian_kc has quit [Ping timeout: 248 seconds]
xmn has quit [Ping timeout: 272 seconds]
Vonter has quit [Ping timeout: 276 seconds]
Vonter has joined #yocto
<mischief>
why is it that when i change dependencies in a recipe, it seems like bitbake does not detect it?
<mischief>
i keep having to rm -rf build/cache to pick up recipe changes..
jmd has quit [Remote host closed the connection]
mvlad has quit [Remote host closed the connection]
<RP>
mischief: it should see the filestamp changed on files and reparse :/
alessioigor has quit [Remote host closed the connection]
alessioigor has joined #yocto
enok has joined #yocto
alessioigor has quit [Remote host closed the connection]
Hazza has quit [Quit: Haxxa flies away.]
Haxxa has joined #yocto
goliath has joined #yocto
rob_w has quit [Read error: Connection reset by peer]
florian_kc has joined #yocto
<mischief>
RP: that's what i thought, but i don't know why it fails
<mischief>
i change something like.. RDEPENDS, and expect that to cause do_package to rerun, but it doesn't and it only fails at do_image later (since im trying to put things into PACKAGE_EXCLUDE)
<RP>
mischief: any kind of weird filesystem for the recipes or weird mount options? Any weird include structure you're changing the value through? or are you just editing the recipe file directly?
jpuhlman- has quit [Read error: Connection reset by peer]
jpuhlman has joined #yocto
<mischief>
seems to happen on both a ubuntu container (nspawn) and a normal ubuntu host. both are using plain ext4, with relatime, and i edit in vim.. i've seen it editing includes or recipes directly.
<mischief>
wonder if it's something weird in vim
<mischief>
if i wanted to check, what timestamp is the recipe file compared against?